Gets or sets the Hi value for financial SeriesValue.

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

Syntax

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

See Also