ArcObjects Library Reference (Display)  

IChartSymbol Interface

Provides access to properties common to all type of chart symbols.

Product Availability

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

Members

Description
Read/write property MaxValue The maximum value.
Read/write property Value The value at the index position.

CoClasses that implement IChartSymbol

CoClasses and Classes Description
BarChartSymbol Defines a bar chart symbol.
PieChartSymbol Defines a pie chart symbol.
StackedChartSymbol Defines a stacked chart symbol.

Remarks

Use this interface to set up generic properties for a chart symbol. Chart symbols are used by the ChartRenderer to draw features with pie, bar/column, and stacked bar/column charts.

Chart symbols are data-driven and behave differently from most other symbols. Chart symbols are not designed to be used outside the context of a ChartRenderer.

See Also

IChartSymbol Interface | IBarChartSymbol Interface