StructHlc
Struct
Represents a struct, which defines a set of three values - High, Low, Close.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public struct Hlc
Inherited Members
Constructors
Hlc(double, double, double)
Initializes a new instance of the Hlc structure.