com.esri.arcgis.carto
Interface IPieSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
IPieSeriesPropertiesProxy, PieSeriesProperties

public interface IPieSeriesProperties
extends Serializable

Provides access to members that control pie series.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getExplodeBiggestSlice

int getExplodeBiggestSlice()
                           throws IOException,
                                  AutomationException
The percentage of extrusion for the biggest slice.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The amount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExplodeBiggestSlice

void setExplodeBiggestSlice(int amount)
                            throws IOException,
                                   AutomationException
The percentage of extrusion for the biggest slice.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
amount - The amount (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTotalPieAngle

int getTotalPieAngle()
                     throws IOException,
                            AutomationException
The angle of the entire pie display. Valid value range is 1-360 degree.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The degree
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTotalPieAngle

void setTotalPieAngle(int degree)
                      throws IOException,
                             AutomationException
The angle of the entire pie display. Valid value range is 1-360 degree.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
degree - The degree (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRotatePie

int getRotatePie()
                 throws IOException,
                        AutomationException
The degree in rotating the pie. Valid value range is 0-359 degree.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The degree
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRotatePie

void setRotatePie(int degree)
                  throws IOException,
                         AutomationException
The degree in rotating the pie. Valid value range is 0-359 degree.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
degree - The degree (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.