|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILineSeriesProperties
Provides access to members that control line series.
| Method Summary | |
|---|---|
IDataGraphTSymbolProperties |
getSymbolProperties()
Symbol properties to draw data points of the line. |
boolean |
isStairs()
Indicates if line series is in "stair" mode. |
boolean |
isStairsInvert()
Indicates if "stair" mode line series is inverted. |
void |
setStairs(boolean bStairs)
Indicates if line series is in "stair" mode. |
void |
setStairsInvert(boolean bInvert)
Indicates if "stair" mode line series is inverted. |
| Method Detail |
|---|
boolean isStairs()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStairs(boolean bStairs)
throws IOException,
AutomationException
bStairs - The bStairs (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isStairsInvert()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStairsInvert(boolean bInvert)
throws IOException,
AutomationException
bInvert - The bInvert (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDataGraphTSymbolProperties getSymbolProperties()
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 | ||||||||