value at which fill should start

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also