com.esri.arcgis.carto
Interface IPolarSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
IPolarSeriesPropertiesProxy

public interface IPolarSeriesProperties
extends Serializable

Provides access to members that control polar series.

Product Availability

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


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

getSymbolProperties

IDataGraphTSymbolProperties getSymbolProperties()
                                                throws IOException,
                                                       AutomationException
Properties of the symbol.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTSymbolProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparency

int getTransparency()
                    throws IOException,
                           AutomationException
Transparency level.

Product Availability

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

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

setTransparency

void setTransparency(int pValue)
                     throws IOException,
                            AutomationException
Transparency level.

Product Availability

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

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

setCircled

void setCircled(boolean b)
                throws IOException,
                       AutomationException
Circled

Product Availability

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

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

isCircled

boolean isCircled()
                  throws IOException,
                         AutomationException
Circled

Product Availability

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

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

setCircleClosed

void setCircleClosed(boolean b)
                     throws IOException,
                            AutomationException
Circle closed

Product Availability

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

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

isCircleClosed

boolean isCircleClosed()
                       throws IOException,
                              AutomationException
Circle closed

Product Availability

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

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