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


ISeriesProperties.VerticalAxis Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface > ISeriesProperties.VerticalAxis Property
ArcGIS Developer Help

ISeriesProperties.VerticalAxis Property

Index of vertical axis.

[Visual Basic .NET]
Public Property VerticalAxis As Integer
[C#]
public int VerticalAxis {get; set;}
[C++]
HRESULT get_VerticalAxis(
  System.Int32* pIdx
);
[C++]
HRESULT put_VerticalAxis(
  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