com.esri.arcgis.carto
Interface ILineSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
ILineSeriesPropertiesProxy, LineSeriesProperties

public interface ILineSeriesProperties
extends Serializable

Provides access to members that control line series.

Product Availability

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


Method Summary
 IDataGraphTSymbolProperties getSymbolProperties()
          Symbol properties to draw data points of the line.
 boolean isStairs()
          Indicates if line series is in "stair" mode.
 boolean isStairsInvert()
          Indicates if "stair" mode line series is inverted.
 void setStairs(boolean bStairs)
          Indicates if line series is in "stair" mode.
 void setStairsInvert(boolean bInvert)
          Indicates if "stair" mode line series is inverted.
 

Method Detail

isStairs

boolean isStairs()
                 throws IOException,
                        AutomationException
Indicates if line 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 line 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.

isStairsInvert

boolean isStairsInvert()
                       throws IOException,
                              AutomationException
Indicates if "stair" mode line 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 line 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.

getSymbolProperties

IDataGraphTSymbolProperties getSymbolProperties()
                                                throws IOException,
                                                       AutomationException
Symbol properties to draw data points of the line.

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.