Represents data point for XYDataSeries.

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

Syntax

C#
public class XYDataPoint : DataPoint
Visual Basic
Public Class XYDataPoint _
	Inherits DataPoint

Inheritance Hierarchy

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

See Also