|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPolarSeriesProperties
Provides access to members that control polar series.
Method Summary | |
---|---|
IDataGraphTSymbolProperties |
getSymbolProperties()
Properties of the symbol. |
int |
getTransparency()
Transparency level. |
boolean |
isCircleClosed()
Circle closed |
boolean |
isCircled()
Circled |
void |
setCircleClosed(boolean b)
Circle closed |
void |
setCircled(boolean b)
Circled |
void |
setTransparency(int pValue)
Transparency level. |
Method Detail |
---|
IDataGraphTSymbolProperties getSymbolProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransparency() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparency(int pValue) throws IOException, AutomationException
pValue
- The pValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCircled(boolean b) throws IOException, AutomationException
b
- The b (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCircled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCircleClosed(boolean b) throws IOException, AutomationException
b
- The b (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCircleClosed() 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 |