IMSL C# Numerical Library

BoxPlot.ProportionalWidth Property

Specifies whether the box widths are to be proportional.

public virtual bool ProportionalWidth {get; set;}

Property Value

A bool which contains the "ProportionalWidth" attribute value.

Remarks

true indicates the box widths are to be proportional to the square root of the number of observations. If false all of the boxes have the same width. Default: false

See Also

BoxPlot Class | Imsl.Chart2D Namespace