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


ILineSeriesProperties.Stairs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILineSeriesProperties Interface > ILineSeriesProperties.Stairs Property
ArcGIS Developer Help

ILineSeriesProperties.Stairs Property

Indicates if line series is in "stair" mode.

[Visual Basic .NET]
Public Property Stairs As Boolean
[C#]
public bool Stairs {get; set;}
[C++]
HRESULT get_Stairs(
  Boolean* bStairs
);
[C++]
HRESULT put_Stairs(
  VARIANT_BOOL bStairs
);
[C++]
Parameters
bStairs [out, retval]

bStairs is a parameter of type bool* bStairs [in]
bStairs is a parameter of type bool

Product Availability

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

See Also

ILineSeriesProperties Interface