com.esri.arcgis.carto
Interface IBoxPlotSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
BoxPlotSeriesProperties, IBoxPlotSeriesPropertiesProxy

public interface IBoxPlotSeriesProperties
extends Serializable

Provides access to members that control box plot series.

Product Availability

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


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).
 

Method Detail

getWhiskerLength

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

Product Availability

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

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

setWhiskerLength

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

Product Availability

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

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

getBoxProperties

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

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.

getWhiskerProperties

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

Product Availability

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

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

getMildOutlierProperties

IDataGraphTSymbolProperties getMildOutlierProperties()
                                                     throws IOException,
                                                            AutomationException
Properties of the mild outliers 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.

getExtremeOutlierProperties

IDataGraphTSymbolProperties getExtremeOutlierProperties()
                                                        throws IOException,
                                                               AutomationException
Properties of the extreme outliers 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.