com.esri.arcgis.carto
Interface IAreaSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
AreaSeriesProperties, IAreaSeriesPropertiesProxy

public interface IAreaSeriesProperties
extends Serializable

Provides access to members that control area series.

Product Availability

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


Method Summary
 int getMultipleAreaType()
          Type of multiple area-series graph.
 int getTransparency()
          Transparency level of area graph.
 boolean isStairs()
          Indicates if area series is in "stair" mode.
 boolean isStairsInvert()
          Indicates if "stair" mode area series is inverted.
 void setMultipleAreaType(int type)
          Type of multiple area-series graph.
 void setStairs(boolean bStairs)
          Indicates if area series is in "stair" mode.
 void setStairsInvert(boolean bInvert)
          Indicates if "stair" mode area series is inverted.
 void setTransparency(int pValue)
          Transparency level of area graph.
 

Method Detail

getMultipleAreaType

int getMultipleAreaType()
                        throws IOException,
                               AutomationException
Type of multiple area-series graph.

Product Availability

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

Returns:
A com.esri.arcgis.carto.esriMultiAreaType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMultipleAreaType

void setMultipleAreaType(int type)
                         throws IOException,
                                AutomationException
Type of multiple area-series graph.

Product Availability

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

Parameters:
type - A com.esri.arcgis.carto.esriMultiAreaType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStairs

boolean isStairs()
                 throws IOException,
                        AutomationException
Indicates if area series is in "stair" mode.

Product Availability

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

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

setStairs

void setStairs(boolean bStairs)
               throws IOException,
                      AutomationException
Indicates if area series is in "stair" mode.

Product Availability

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

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

getTransparency

int getTransparency()
                    throws IOException,
                           AutomationException
Transparency level of area graph.

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 of area graph.

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.

isStairsInvert

boolean isStairsInvert()
                       throws IOException,
                              AutomationException
Indicates if "stair" mode area series is inverted.

Product Availability

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

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

setStairsInvert

void setStairsInvert(boolean bInvert)
                     throws IOException,
                            AutomationException
Indicates if "stair" mode area series is inverted.

Product Availability

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

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