com.esri.arcgis.carto
Interface ILineSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILineSeriesPropertiesProxy, LineSeriesProperties

public interface ILineSeriesProperties
extends java.io.Serializable

COM Interface 'ILineSeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control line series.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9ebd4ef8_aa1d_40a6_871e_c5cff1a6ce54
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID9ebd4ef8_aa1d_40a6_871e_c5cff1a6ce54

static final int IID9ebd4ef8_aa1d_40a6_871e_c5cff1a6ce54
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isStairs

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

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

setStairs

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

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

isStairsInvert

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

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

setStairsInvert

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

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

getSymbolProperties

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

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