ArcObjects Library Reference (Display)  

IBarChartSymbol.Axes Property

The axis symbol.

[Visual Basic .NET]
Public Property Axes As ILineSymbol
[C#]
public ILineSymbol Axes {get; set;}
[C++]
HRESULT get_Axes(
  ILineSymbol** Symbol
);
[C++]
HRESULT put_Axes(
  ILineSymbol* Symbol
);
[C++]

Parameters

Symbol [out, retval]

  Symbol is a parameter of type ILineSymbol

Symbol [in]

  Symbol is a parameter of type ILineSymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This property provides acccess to the line symbol used for the chart x and y axes.

See Also

IBarChartSymbol Interface