Click or drag to resize
BoxPlotNotch Property
Specifies whether the optional notches, indicating the extent of data falling within the 95 percet confidence range, are displayed.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual bool Notch { get; set; }

Property Value

Type: Boolean
A bool which contains the "Notch" attribute value.
Remarks
true indicates that notches are to be displayed. default: false
See Also