Represents one data point on a chart.
For a list of all members of this type, see DataPoint Members.
System.Object
Aspose.Chart.DataPoint
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
A DataPoint has one X value and one or more Y values. The X and Y values specify where on the chart the data point is drawn. The way the data point is drawn depends on the type of the chart specified by the Series.ChartType property.
Some types of charts require several Y values to draw properly, for example each data point on an OpenHighLowClose chart needs to have 4 Y values: Open, High, Low and Close values.
Data points are stored in a DataPoints collection in the Series.DataPoints property.
Example
http://www.aspose.com/Products/Aspose.Chart/Demos/CodeChart.aspx?GalleryItemId=1
Requirements
Namespace: Aspose.Chart
Assembly: Aspose.Chart (in Aspose.Chart.dll)
See Also
DataPoint Members | Aspose.Chart Namespace