ArcObjects Library Reference (Carto)  

IDataGraphT.AxisProperties Property

Properties of graph axis.

[Visual Basic .NET]
Public Function get_AxisProperties ( _
    ByVal idx As Integer _
) As IDataGraphTAxisProperties
[C#]
public IDataGraphTAxisProperties get_AxisProperties (
    int idx
);
[C++]
HRESULT get_AxisProperties(
  long idx,
  IDataGraphTAxisProperties** ppAxisProperties
);
[C++]

Parameters

idx [in]   idx is a parameter of type long ppAxisProperties [out, retval]

  ppAxisProperties is a parameter of type IDataGraphTAxisProperties

Product Availability

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

See Also

IDataGraphT Interface

.NET Related Topics

How to change label formats and marks on an axis using a line graph | How to create a histogram graph | How to create a vertical stack area graph | How to group data into separate lines on a line graph