This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control bar chart symbol properties.
This interface provides access to the properties of a BarChartSymbol which is used by a ChartRenderer to draw bar or column charts for a feature layer.
Name | Description | |
---|---|---|
Axes | The axis symbol. | |
ShowAxes | Indicates if the axis are shown. | |
Spacing | The spacing between bars in points. | |
VerticalBars | Indicates if the bars are oriented vertically. | |
Width | The width of each bar in points. |
Classes | Description |
---|---|
BarChartSymbol | Defines a bar chart symbol. |
Use this interface to access the properties of a BarChartSymbol which is a data driven symbol used by a ChartRenderer to draw features with bar/column charts.
When setting up a ChartRenderer to draw bar/column charts through code, you need to work with this interface.
BarChartSymbolPropertyPage Class | IChartSymbol Interface | IBarChartSymbol Interface