The root object to create a chart.
For a list of all members of this type, see Chart Members.
System.Object
Aspose.Chart.Chart
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
Most of the time one chart contains a single chart drawing, but Aspose.Chart allows to have more than one chart drawing in a single chart. One chart drawing is represented by the ChartArea class. The whole chart that can contain multiple drawings is represented by the Chart class.
If you need only one ChartArea in your chart, use the Chart.ChartArea property to specify settings for the chart drawing.
If you need to create a chart with multiple chart drawings, create ChartArea objects and add them to the ChartAreas collection.
After instantiating a Chart object and specifying ChartArea properties, create one or more Series filled DataPoint objects and add them to the SeriesCollection.
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
Chart Members | Aspose.Chart Namespace