ig.excel.BoxAndWhiskerSettings
Remarks
This class is immutable.
Dependencies
-
ig.excel.BoxAndWhiskerSettings
Constructor- new $.ig.excel.BoxAndWhiskerSettings( [showInnerPoints:boolean], [showOutlierPoints:boolean], [showMeanMarkers:boolean], [showMeanLine:boolean], [quartileCalculation:ig.excel.QuartileCalculation] );
Creates a new instance with the specified property settings.
- showInnerPoints
- Type:boolean
- Optional
- The value of the BoxAndWhiskerSettings.showInnerPoints property.
- showOutlierPoints
- Type:boolean
- Optional
- The value of the BoxAndWhiskerSettings.showOutlierPoints property.
- showMeanMarkers
- Type:boolean
- Optional
- The value of the BoxAndWhiskerSettings.showMeanMarkers property.
- showMeanLine
- Type:boolean
- Optional
- The value of the BoxAndWhiskerSettings.showMeanLine property.
- quartileCalculation
- Type:ig.excel.QuartileCalculation
- Optional
- The value of the BoxAndWhiskerSettings.quartileCalculation property.
See Also
-
quartileCalculation
- .quartileCalculation( );
- Return Type:
- ig.excel.QuartileCalculation
- Return Type Description:
- Returns a QuartileCalculation.
Determines the method for median calculation.
See Also
-
showInnerPoints
- .showInnerPoints( );
Determines whether inner points appear on a box and whisker chart.
Remarks
Inner points appear between the lower whisker line and the upper whisker line.
-
showMeanLine
- .showMeanLine( );
Determines whether a mean line appears on a box and whisker chart.
Remarks
Mean lines connect the means of the boxes.
-
showMeanMarkers
- .showMeanMarkers( );
Determines whether mean markers appear on a box and whisker chart.
-
showOutlierPoints
- .showOutlierPoints( );
Determines whether outlier points appear on a box and whisker chart.
Remarks
Outlier points appear either below the lower whisker line or above the upper whisker line.