BoxPlotProportionalWidth Property |
Specifies whether the box widths are to be proportional.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool ProportionalWidth { get; set; }
Public Overridable Property ProportionalWidth As Boolean
Get
Set
public:
virtual property bool ProportionalWidth {
bool get ();
void set (bool value);
}
abstract ProportionalWidth : bool with get, set
override ProportionalWidth : bool with 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