Click or drag to resize
ChartAxis Methods

The ChartAxis type exposes the following members.

Methods
  Name Description
Public method AddItem(ChartAxisItem)
Adds ChartAxisItems to the axis.
Public method AddItem(ListChartAxisItem)
Adds ChartAxisItems to the axis.
Public method AddItem(ChartAxisItemsCollection)
Adds a ChartAxisItemsCollection to the axis.
Public method AddItem(ChartAxisItem, ChartAxisItem)
Adds a ChartAxisItem to the axis.
Public method AddRange
Automatically adds new axis items in AutoScale mode.
Public method Clear
Clears data values of the axis.
Public method GetItem
Gets the item at the specified index.
Public method RemoveAllItems
Removes all items
Public method RemoveItem(Int32)
Removes the ChartAxisItem at the specified index.
Public method RemoveItem(Int32, Int32)
Removes the ChartAxisItems at the specified indexes.
Public method RemoveItem(ChartAxisItem, ChartAxisItem)
Removes the ChartAxisItem specified.
Public method RemoveLastItem
Removes the last item from the axis.
Public method SetItemColor
Sets new color for the axis item text at the specified position.
Public method SetItemLabel(Int32, ChartAxisItem)
Sets new label for the axis item at the specified position.
Public method SetItemLabel(Int32, String)
Sets new label text for the axis item at the specified position.
Top
See Also