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

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

Syntax

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

See Also