|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBoxPlotSeriesProperties
Provides access to members that control box plot series.
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 |
---|
double getWhiskerLength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWhiskerLength(double length) throws IOException, AutomationException
length
- The length (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataGraphTSymbolProperties getBoxProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataGraphTPenProperties getWhiskerProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataGraphTSymbolProperties getMildOutlierProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataGraphTSymbolProperties getExtremeOutlierProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |