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


ISeriesProperties.HorizontalAxis Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISeriesProperties.HorizontalAxis Property

Index of horizontal axis.

[Visual Basic .NET]
Public Property HorizontalAxis As Integer
[C#]
public int HorizontalAxis {get; set;}
[C++]
HRESULT get_HorizontalAxis(
  long* pIdx
);
[C++]
HRESULT put_HorizontalAxis(
  long pIdx
);
[C++]

Parameters pIdx [out, retval] pIdx is a parameter of type long pIdx [in] pIdx is a parameter of type long

Product Availability

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

See Also

ISeriesProperties Interface