| ChartAxisItemsCollection Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ChartAxisItemsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartAxisItemsCollection | Creates a new instance of the ChartAxisItemsCollection class. | |
| ChartAxisItemsCollection(Color) |
Creates a new instance of the AxisItems class with the specified default item color.
| |
| ChartAxisItemsCollection(Font) |
Creates a new instance of the AxisItems class with the specified default item font.
| |
| ChartAxisItemsCollection(ChartAxis) | Creates a new instance of the ChartAxisItemsCollection class. | |
| ChartAxisItemsCollection(Font, Color) |
Creates a new instance of the AxisItems class with the specified default item font and color.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a chart axis item to the collection.
(Overrides ChartingStateManagedCollectionTAdd(T).) |
| Name | Description | |
|---|---|---|
| Item |
Gets or sets a ChartAxisItem element at the specified position.
(Overrides ChartingStateManagedCollectionTItemInt32.) | |
| Parent |
Parent element
|