ArcObjects Library Reference (Display)  

IBarChartSymbol Interface

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
Read/write property Axes The axis symbol.
Read/write property ShowAxes Indicates if the axis are shown.
Read/write property Spacing The spacing between bars in points.
Read/write property VerticalBars Indicates if the bars are oriented vertically.
Read/write property 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.

See Also

IChartSymbol Interface | IBarChartSymbol Interface