IMSL C# Numerical Library

BoxPlot.Notch Property

Specifies whether the optional notches, indicating the extent of data falling within the 95 percet confidence range, are displayed.

public virtual bool Notch {get; set;}

Property Value

A bool which contains the "Notch" attribute value.

Remarks

true indicates that notches are to be displayed. default: false

See Also

BoxPlot Class | Imsl.Chart2D Namespace