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


IHorizontalBarLegendItem.AngleBelow Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IHorizontalBarLegendItem.AngleBelow Property

Angle of text that appears below the bar.

[Visual Basic .NET]
Public Property AngleBelow As Double
[C#]
public double AngleBelow {get; set;}
[C++]
HRESULT get_AngleBelow(
  double* degrees
);
[C++]
HRESULT put_AngleBelow(
  double degrees
);
[C++]

Parameters degrees [out, retval] degrees is a parameter of type double degrees [in] degrees is a parameter of type double

Product Availability

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

See Also

IHorizontalBarLegendItem Interface