Provides access to members that control bar chart symbol properties.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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. |
CoClasses that implement IBarChartSymbol
CoClasses and Classes | Description |
---|---|
BarChartSymbol | Defines a bar chart symbol. |
Remarks
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.