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


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

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

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

Classes that implement IChartSymbol

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 | IChartSymbolEditor Interface