ArcObjects Library Reference (Display)  

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

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.

CoClasses that implement IPieChartSymbol

CoClasses and 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.