Represents a data series on a chart.
For a list of all members of this type, see Series Members.
System.Object
Aspose.Chart.Series
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
Data series is a set of related data points plotted on a chart.
Typically, each data series in a chart has a unique color and is represented in the legend box. You can plot one or more data series on a chart by creating Series objects and adding them to Chart.SeriesCollection.
To specify how a data series is plotted on the chart, use the ChartType property. A single chart can combine different chart types. For example, ChartType.Bar and ChartType.Line series can be combined in one chart.
To populate a series, create DataPoint objects and add them to the DataPoints collection or use the DataPoints.DataBindXY and DataPoints.DataBindY methods.
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
Series Members | Aspose.Chart Namespace