Gets or sets Double. It is the width of the core of the thermometer.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public double CoreWidth { get; set; }
Visual Basic (Declaration)
Public Property CoreWidth As Double
Visual C++
public:
property double CoreWidth {
	double get ();
	void set (double value);
}

See Also