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


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

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

Name 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.

Classes that implement IStackedChartSymbol

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.