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