Represents data point for HighLowOpenCloseSeries.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public class HLOCDataPoint : XYDataSeries..::..XYDataPoint
Visual Basic
Public Class HLOCDataPoint _
	Inherits XYDataSeries..::..XYDataPoint

Inheritance Hierarchy

System..::..Object
  C1.Phone.Chart..::..DataPoint
    C1.Phone.Chart..::..XYDataSeries..::..XYDataPoint
      C1.Phone.Chart..::..HighLowOpenCloseSeries..::..HLOCDataPoint

See Also