|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHorizontalBarLegendItem
Provides access to members that work with horizontal bar legend items.
See the documentation for ILegendItem.
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 |
---|
void setAngleAbove(double degrees) throws IOException, AutomationException
degrees
- The degrees (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAngleAbove() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAngleBelow(double degrees) throws IOException, AutomationException
degrees
- The degrees (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAngleBelow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |