| ChartAxis Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ChartAxis type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartAxis(ChartDiagram) | Creates a new instance of the ChartAxis class. | |
| ChartAxis(ChartDiagram, IContainer) | Creates a new instance of the ChartAxis class. |
| Name | Description | |
|---|---|---|
| AddItem(ChartAxisItem) | Adds ChartAxisItems to the axis. | |
| AddItem(ListChartAxisItem) | Adds ChartAxisItems to the axis. | |
| AddItem(ChartAxisItemsCollection) | Adds a ChartAxisItemsCollection to the axis. | |
| AddItem(ChartAxisItem, ChartAxisItem) | Adds a ChartAxisItem to the axis. | |
| AddRange |
Automatically adds new axis items in AutoScale mode.
| |
| Clear |
Clears data values of the axis.
| |
| GetItem | Gets the item at the specified index. | |
| RemoveAllItems | Removes all items | |
| RemoveItem(Int32) |
Removes the ChartAxisItem at the specified index.
| |
| RemoveItem(Int32, Int32) | Removes the ChartAxisItems at the specified indexes. | |
| RemoveItem(ChartAxisItem, ChartAxisItem) | Removes the ChartAxisItem specified. | |
| RemoveLastItem |
Removes the last item from the axis.
| |
| SetItemColor |
Sets new color for the axis item text at the specified position.
| |
| SetItemLabel(Int32, ChartAxisItem) |
Sets new label for the axis item at the specified position.
| |
| SetItemLabel(Int32, String) |
Sets new label text for the axis item at the specified position.
|
| Name | Description | |
|---|---|---|
| AxisLabel |
Axis label
| |
| IsAutoScale |
Whether enables the automatic axis scaling.
| |
| IsFromZero |
Specifies whether the axis begins from 0.
| |
| Item |
Gets the axis item in specified position.
| |
| Items |
Gets all axis items.
| |
| LabelDisplayStep |
Interval step of axis label will display
| |
| MaxItemsCount |
Gets or sets maximal count of the axis items
| |
| MaxValue |
The max value in the axis
| |
| MinValue |
The min value in the axis
| |
| Parent |
Parent element for axis
| |
| Step |
The step value in axis
| |
| StyleSet |
Axis border style
| |
| ValuesVisibility |
Visual settings of axis
| |
| Visible | Gets or sets a boolean value indicates whether the axis is visible. |