com.esri.arcgis.carto
Interface IBoxPlotSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BoxPlotSeriesProperties, IBoxPlotSeriesPropertiesProxy

public interface IBoxPlotSeriesProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control box plot 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 IID781b11e1_e0d6_466d_b431_9764d233a188
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataGraphTSymbolProperties getBoxProperties()
          Properties of the box symbol for the box plot.
 IDataGraphTSymbolProperties getExtremeOutlierProperties()
          Properties of the extreme outliers symbol.
 IDataGraphTSymbolProperties getMildOutlierProperties()
          Properties of the mild outliers symbol.
 double getWhiskerLength()
          Length of the whiskers as a function of the Inter-Quartile Range (IQR).
 IDataGraphTPenProperties getWhiskerProperties()
          Properties of the whisker symbol for the box plot.
 void setWhiskerLength(double length)
          Length of the whiskers as a function of the Inter-Quartile Range (IQR).
 

Field Detail

IID781b11e1_e0d6_466d_b431_9764d233a188

static final int IID781b11e1_e0d6_466d_b431_9764d233a188
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

getWhiskerLength

double getWhiskerLength()
                        throws java.io.IOException,
                               AutomationException
Length of the whiskers as a function of the Inter-Quartile Range (IQR). Default value is 1.5.

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

setWhiskerLength

void setWhiskerLength(double length)
                      throws java.io.IOException,
                             AutomationException
Length of the whiskers as a function of the Inter-Quartile Range (IQR). Default value is 1.5.

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

getBoxProperties

IDataGraphTSymbolProperties getBoxProperties()
                                             throws java.io.IOException,
                                                    AutomationException
Properties of the box symbol for the box plot.

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.

getWhiskerProperties

IDataGraphTPenProperties getWhiskerProperties()
                                              throws java.io.IOException,
                                                     AutomationException
Properties of the whisker symbol for the box plot.

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

getMildOutlierProperties

IDataGraphTSymbolProperties getMildOutlierProperties()
                                                     throws java.io.IOException,
                                                            AutomationException
Properties of the mild outliers symbol.

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.

getExtremeOutlierProperties

IDataGraphTSymbolProperties getExtremeOutlierProperties()
                                                        throws java.io.IOException,
                                                               AutomationException
Properties of the extreme outliers symbol.

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.