| ChartMarkingAreaCollection Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ChartMarkingAreaCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartMarkingAreaCollection |
Create instance of class
| |
| ChartMarkingAreaCollection(ChartDiagram) |
Create instance of class
|
| Name | Description | |
|---|---|---|
| Add |
Add MarkerZone in the collection
(Overrides ChartingStateManagedCollectionTAdd(T).) | |
| Clear |
Clear collection
| |
| Insert |
Insert GridMarker in collection at the specific position
(Overrides ChartingStateManagedCollectionTInsert(Int32, T).) | |
| Remove |
Remove GridMarker from collection
(Overrides ChartingStateManagedCollectionTRemove(T).) | |
| RemoveAt |
Remove GridMarker in the specific position from collection
(Overrides ChartingStateManagedCollectionTRemoveAt(Int32).) |
| Name | Description | |
|---|---|---|
| Item |
Gets or sets a GridMarker at the specific position in GridMarkers collection.
(Overrides ChartingStateManagedCollectionTItemInt32.) | |
| Parent |
Parent element
|