This document is archived and information here might be outdated. Recommended version. |
Provides access to stacked chart symbol properties.
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.
Name | Description | |
---|---|---|
Fixed | Indicates if the bars are of a fixed length (the alternative is graduated length bars). | |
Outline | The symbol for the chart outline. | |
UseOutline | Indicates if the outline symbol is drawn. | |
VerticalBar | Indicates if the bar is oriented vertically. | |
Width | The width of the bar in points. |
Classes | Description |
---|---|
StackedChartSymbol | Defines a stacked chart symbol. |
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.