This document is archived and information here might be outdated.  Recommended version.


IPieChartSymbol Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPieChartSymbol Interface
ArcGIS Developer Help

IPieChartSymbol Interface

Provides access to pie chart symbol properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface provides access to the properties of a PieChartSymbol which is used by a ChartRenderer to draw pie charts for a feature layer.

Members

Name Description
Read/write property Clockwise Indicates if the slices are drawn in a clockwise direction.
Read/write property Outline The chart outline symbol.
Read/write property UseOutline Indicates if the outline symbol is drawn.

Classes that implement IPieChartSymbol

Classes Description
PieChartSymbol Defines a pie chart symbol.

Remarks

Use this interface to access the properties of a PieChartSymbol which is a data driven symbol used by a ChartRenderer to draw features with pie charts.

When setting up a ChartRenderer to draw pie charts through code, you need to work with this interface.