Specifies whether the box widths are to be proportional.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual bool ProportionalWidth { get; set; }
Visual Basic (Declaration)
Public Overridable Property ProportionalWidth As Boolean
Visual C++
public:
virtual property bool ProportionalWidth {
	bool get ();
	void set (bool value);
}

Field 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