Gets or sets a value that assigns the top bound of series.

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

Syntax

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

See Also