Gets or sets Double. This is the width of the tank side.

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

Syntax

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

See Also