|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPieSeriesProperties
Provides access to members that control pie series.
Method Summary | |
---|---|
int |
getExplodeBiggestSlice()
The percentage of extrusion for the biggest slice. |
int |
getRotatePie()
The degree in rotating the pie. |
int |
getTotalPieAngle()
The angle of the entire pie display. |
void |
setExplodeBiggestSlice(int amount)
The percentage of extrusion for the biggest slice. |
void |
setRotatePie(int degree)
The degree in rotating the pie. |
void |
setTotalPieAngle(int degree)
The angle of the entire pie display. |
Method Detail |
---|
int getExplodeBiggestSlice() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExplodeBiggestSlice(int amount) throws IOException, AutomationException
amount
- The amount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTotalPieAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTotalPieAngle(int degree) throws IOException, AutomationException
degree
- The degree (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRotatePie() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotatePie(int degree) throws IOException, AutomationException
degree
- The degree (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 |