Gets or sets maximum value within which grid lines are painted.

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

Syntax

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

See Also