Gets or sets a value that defines scale type.

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

Syntax

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

See Also