|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataGraphTGeneralProperties
Provides access to members that control general data graph properties.
| Method Summary | |
|---|---|
String |
getFooter()
Footer of the graph. |
String |
getSubTitle()
Subtitle of the graph. |
String |
getTitle()
Title of the graph. |
boolean |
isShow3D()
Indicates if graph is rendered in 3-D. |
void |
setFooter(String footer)
Footer of the graph. |
void |
setShow3D(boolean b)
Indicates if graph is rendered in 3-D. |
void |
setSubTitle(String subTitle)
Subtitle of the graph. |
void |
setTitle(String title)
Title of the graph. |
| Method Detail |
|---|
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.
String getSubTitle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSubTitle(String subTitle)
throws IOException,
AutomationException
subTitle - The subTitle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFooter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFooter(String footer)
throws IOException,
AutomationException
footer - The footer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShow3D()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShow3D(boolean b)
throws IOException,
AutomationException
b - The b (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 | ||||||||