if you set value here too, another quide will be drawn. If you set fill alpha greater 0, then the area between these quides will be filled with color

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

Syntax

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

See Also