The following tables list the members exposed by ChartAreaCollection.
| Name | Description | |
|---|---|---|
![]() | ChartAreaCollection Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
![]() | Count | Gets the count of ChartAreas in this collection. |
![]() | Item | Gets or sets the ChartArea at the specified index. |
| Name | Description | |
|---|---|---|
![]() | dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
![]() | List | The ArrayList to be used as the source for this collection. |
![]() | noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a ChartArea to this collection. |
![]() | Clear | Removes all ChartAreas from this collection. |
![]() | Clone | Creates and returns a copy of this ChartArea. |
![]() | Contains | Returns whether or not a given object is a member of this collection. |
![]() | CopyTo | Copies the members of this ChartAreaCollection to an array. |
![]() | FromKey | Gets the ChartArea from the collection with the specified key. |
![]() | IndexOf | Returns the index in the collection of the given object. |
![]() | Insert | Inserts a ChartArea into this collection at the specified index. |
![]() | Remove | Removes an object from this collection. |
![]() | RemoveAt | Removes an object from the collection at the specified index. |
![]() | ToString | Creates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |