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


IHorizontalBarLegendItem.AngleAbove Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHorizontalBarLegendItem Interface > IHorizontalBarLegendItem.AngleAbove Property
ArcGIS Developer Help

IHorizontalBarLegendItem.AngleAbove Property

Angle of text that appears above the bar.

[Visual Basic .NET]
Public Property AngleAbove As Double
[C#]
public double AngleAbove {get; set;}
[C++]
HRESULT get_AngleAbove(
  double degrees
);
[C++]
HRESULT put_AngleAbove(
  System.Double* degrees
);
[C++]
Parameters
degrees [in]

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

Product Availability

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

See Also

IHorizontalBarLegendItem Interface