This document is archived and information here might be outdated. Recommended version. |
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*
This property provides acccess to the line symbol used for the chart x and y axes.