This document is archived and information here might be outdated. Recommended version. |
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.
Name | 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. |
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.