In This Topic
The following tables list the members exposed by ChartModel.
Public Constructors
Public Properties
| Name | Description |
| Fill | Gets or sets the background fill of the chart. |
| LabelAreas | Gets the collection of label areas in the chart. |
| LegendAreas | Gets the collection of legend areas in the chart. |
| PlotAreas | Gets the colleciton of plot areas in the chart. |
Top
Public Methods
| Name | Description |
| Clone | Creates a deep copy of this chart model. |
| GetSchema | This method is reserved and should not be used. |
| ReadXml | Generates an object from its XML representation |
| WriteXml | Converts an object into its XML representation. |
Top
Protected Methods
| Name | Description |
| OnChanged | Raises the Changed event. |
Top
Public Events
| Name | Description |
| Changed | Occurs when the chart model is changed. |
Top
See Also