|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataGraphTSymbolProperties
Provides access to members that control properties of the symbols for line graph, scatter plot, or box plot.
| Method Summary | |
|---|---|
IDataGraphTPenProperties |
getBorderProperties()
Properties of the symbol border. |
int |
getColor()
Color of the symbol fill. |
int |
getHeight()
Height of the symbol. |
int |
getStyle()
Style of the symbol. |
int |
getWidth()
Width of the symbol. |
boolean |
isVisible()
Indicates if symbol is visible. |
void |
setColor(int pColor)
Color of the symbol fill. |
void |
setHeight(int pHeight)
Height of the symbol. |
void |
setStyle(int pStyle)
Style of the symbol. |
void |
setVisible(boolean b)
Indicates if symbol is visible. |
void |
setWidth(int pWidth)
Width of the symbol. |
| 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.
int getWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWidth(int pWidth)
throws IOException,
AutomationException
pWidth - The pWidth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHeight(int pHeight)
throws IOException,
AutomationException
pHeight - The pHeight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStyle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStyle(int pStyle)
throws IOException,
AutomationException
pStyle - A com.esri.arcgis.carto.esriDataGraphTSymbolType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColor(int pColor)
throws IOException,
AutomationException
pColor - The pColor (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDataGraphTPenProperties getBorderProperties()
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 | ||||||||