ChartAxis Methods |
The ChartAxis type exposes the following members.
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.
|