Represents a rectangular area with a single chart drawing.
For a list of all members of this type, see ChartArea Members.
System.Object
Aspose.Chart.ChartArea
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
ChartArea provides properties that allow to specify axes, background color and/or gradient, legend box, chart palette etc.
If you need only one chart drawing in your chart, use the Chart.ChartArea property to specify settings for the chart drawing.
Aspose.Chart allows to create charts that contain multiple chart drawings. If you need to create a chart with multiple chart drawings, create ChartArea objects and add them to the Chart.CharAreas collection.
Example
http://www.aspose.com/Products/Aspose.Chart/Demos/CodeChart.aspx?GalleryItemId=90
Requirements
Namespace: Aspose.Chart
Assembly: Aspose.Chart (in Aspose.Chart.dll)
See Also
ChartArea Members | Aspose.Chart Namespace