Start value (shift start position)

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

Syntax

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

See Also