This document is archived and information here might be outdated.  Recommended version.


IBarChartSymbol.Axes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBarChartSymbol Interface > IBarChartSymbol.Axes Property
ArcGIS Developer Help

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