|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPieChartSymbol
Provides access to pie chart symbol properties.
This interface provides access to the properties of a PieChartSymbol which is used by a ChartRenderer to draw pie charts for a feature layer.
Use this interface to access the properties of a PieChartSymbol which is a data driven symbol used by a ChartRenderer to draw features with pie charts.
When setting up a ChartRenderer to draw pie charts through code, you need to work with this interface.
Method Summary | |
---|---|
ILineSymbol |
getOutline()
The chart outline symbol. |
boolean |
isClockwise()
Indicates if the slices are drawn in a clockwise direction. |
boolean |
isUseOutline()
Indicates if the outline symbol is drawn. |
void |
setClockwise(boolean flag)
Indicates if the slices are drawn in a clockwise direction. |
void |
setOutline(ILineSymbol symbol)
The chart outline symbol. |
void |
setUseOutline(boolean flag)
Indicates if the outline symbol is drawn. |
Method Detail |
---|
boolean isClockwise() throws IOException, AutomationException
This property specifies whether or not pie slices will be arranged using the geographic coordinate system. If True, then slices begin at 'North' and are arranged in a clockwise direction around the pie. If False, then slices begin at 'East' and are arranged in a counter-clockwise direction around the pie according to the arithmetic coordinate system.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClockwise(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseOutline() throws IOException, AutomationException
This property specifies whether or not a line outline symbol is drawn around the pie chart.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseOutline(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILineSymbol getOutline() throws IOException, AutomationException
This property provides access to the line symbol that can be used as the outline symbol around the pie chart. The property is only used if UseOutline = True.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutline(ILineSymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (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 |