This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPieChartSymbol Interface (ArcObjects .NET 10.4 SDK) |
Provides access to pie chart symbol properties.
This interface provides access to the properties of a PieChartSymbol which is used by a ChartRenderer to draw pie charts for a feature layer.
Description | ||
---|---|---|
Clockwise | Indicates if the slices are drawn in a clockwise direction. | |
Outline | The chart outline symbol. | |
UseOutline | Indicates if the outline symbol is drawn. |
CoClasses and Classes | Description |
---|---|
PieChartSymbol | Defines a pie chart symbol. |
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.