Click or drag to resize
BoxPlotProportionalWidth Property
Specifies whether the box widths are to be proportional.

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

Property Value

Type: Boolean
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