|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataGraphTLegendProperties
Provides access to members that control graph legend properties.
Method Summary | |
---|---|
int |
getAlignment()
Options in arranging graph legend. |
int |
getTextStyle()
Options in representing values and labels in graph legend. |
String |
getTitle()
Title of the legend. |
boolean |
isVisible()
Indicates if graph legend is visible. |
void |
setAlignment(int pAlignment)
Options in arranging graph legend. |
void |
setTextStyle(int style)
Options in representing values and labels in graph legend. |
void |
setTitle(String title)
Title of the legend. |
void |
setVisible(boolean b)
Indicates if graph legend is visible. |
Method Detail |
---|
boolean isVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean b) throws IOException, AutomationException
b
- The b (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTitle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTitle(String title) throws IOException, AutomationException
title
- The title (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAlignment() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlignment(int pAlignment) throws IOException, AutomationException
pAlignment
- A com.esri.arcgis.carto.esriDataGraphTLegendAlignment constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTextStyle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextStyle(int style) throws IOException, AutomationException
style
- A com.esri.arcgis.carto.esriDataGraphTLegendTextSyle constant (in)
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 |