com.esri.arcgis.carto
Interface IHorizontalBarLegendItem

All Superinterfaces:
Serializable
All Known Implementing Classes:
HorizontalBarLegendItem

public interface IHorizontalBarLegendItem
extends Serializable

Provides access to members that work with horizontal bar legend items.

Remarks

See the documentation for ILegendItem.

Product Availability

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


Method Summary
 double getAngleAbove()
          Angle of text that appears above the bar.
 double getAngleBelow()
          Angle of text that appears below the bar.
 void setAngleAbove(double degrees)
          Angle of text that appears above the bar.
 void setAngleBelow(double degrees)
          Angle of text that appears below the bar.
 

Method Detail

setAngleAbove

void setAngleAbove(double degrees)
                   throws IOException,
                          AutomationException
Angle of text that appears above the bar.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
degrees - The degrees (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngleAbove

double getAngleAbove()
                     throws IOException,
                            AutomationException
Angle of text that appears above the bar.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The degrees
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngleBelow

void setAngleBelow(double degrees)
                   throws IOException,
                          AutomationException
Angle of text that appears below the bar.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
degrees - The degrees (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngleBelow

double getAngleBelow()
                     throws IOException,
                            AutomationException
Angle of text that appears below the bar.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The degrees
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.