|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataGraphTAxisProperties
Provides access to members that control graph axis properties.
Method Summary | |
---|---|
String |
getDateTimeFormat()
Format string for axis date/time labels. |
Object |
getMaximum()
Maximum of the axis. |
Object |
getMinimum()
Minimum of the axis. |
String |
getTitle()
Title of an axis. |
String |
getValueFormat()
Format string for axis value labels. |
boolean |
isAutomaticMaximum()
Indicates whether the graph axis calculates it's maximum. |
boolean |
isAutomaticMinimum()
Indicates whether the graph axis calculates it's minimum. |
boolean |
isHorizontal()
Indicates axis orientation. |
boolean |
isLogarithmic()
Indicates whether the graph axis has logarithmic scale. |
boolean |
isVisible()
Indicates whether the graph axis is visible. |
void |
setAutomaticMaximum(boolean b)
Indicates whether the graph axis calculates it's maximum. |
void |
setAutomaticMinimum(boolean b)
Indicates whether the graph axis calculates it's minimum. |
void |
setDateTimeFormat(String format)
Format string for axis date/time labels. |
void |
setLogarithmic(boolean b)
Indicates whether the graph axis has logarithmic scale. |
void |
setMaximum(Object var)
Maximum of the axis. |
void |
setMinimum(Object var)
Minimum of the axis. |
void |
setTitle(String title)
Title of an axis. |
void |
setValueFormat(String format)
Format string for axis value labels. |
void |
setVisible(boolean b)
Indicates whether the graph axis 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.boolean isLogarithmic() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLogarithmic(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.String getValueFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValueFormat(String format) throws IOException, AutomationException
format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDateTimeFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDateTimeFormat(String format) throws IOException, AutomationException
format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutomaticMinimum() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutomaticMinimum(boolean b) throws IOException, AutomationException
b
- The b (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutomaticMaximum() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutomaticMaximum(boolean b) throws IOException, AutomationException
b
- The b (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getMinimum() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimum(Object var) throws IOException, AutomationException
var
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getMaximum() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximum(Object var) throws IOException, AutomationException
var
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHorizontal() 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 |