ArcObjects Library Reference (Display)  

IStackedChartSymbol Interface

Provides access to stacked chart symbol properties.

Product Availability

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

Description

This interface provides access to a StackedChartSymbol which is a symbol used by a ChartRenderer to draw stacked bar or stacked column charts for a feature layer.

 

Members

Description
Read/write property Fixed Indicates if the bars are of a fixed length (the alternative is graduated length bars).
Read/write property Outline The symbol for the chart outline.
Read/write property UseOutline Indicates if the outline symbol is drawn.
Read/write property VerticalBar Indicates if the bar is oriented vertically.
Read/write property Width The width of the bar in points.

CoClasses that implement IStackedChartSymbol

CoClasses and Classes Description
StackedChartSymbol Defines a stacked chart symbol.

Remarks

Use this interface to access the properties of a StackedChartSymbol which is a data driven symbol used by a ChartRenderer to draw features with stacke bar and column charts.

When setting up a ChartRenderer to draw stacked bar and column charts through code, you need to work with this interface.