RadControls for WinForms

The ChartXAxis type exposes the following members.

Methods

  NameDescription
Public methodAddItem(String)
Adds a new axis item.
Public methodAddItem(List<(Of <<'(ChartAxisItem>)>>))
Adds ChartAxisItems to the axis.
(Inherited from ChartAxis.)
Public methodAddItem(array<ChartAxisItem>[]()[][])
Adds ChartAxisItems to the axis.
(Inherited from ChartAxis.)
Public methodAddItem(ChartAxisItemsCollection)
Adds a ChartAxisItemsCollection to the axis.
(Inherited from ChartAxis.)
Public methodAddItem(String, Color)
Adds a new axis item.
Public methodAddItem(ChartAxisItem, array<ChartAxisItem>[]()[][])
Adds a ChartAxisItem to the axis.
(Inherited from ChartAxis.)
Protected methodAddItem(String, Color, Boolean)
Adds a new ChartAxisItem object to the axis with the specified label and color.
(Inherited from ChartAxis.)
Public methodAddRange
Automatically adds new axis items in AutoScale mode.
(Inherited from ChartAxis.)
Protected methodAutoCalcAxisExtents
Auto determines the min and max value of the axis
(Inherited from ChartAxis.)
Public methodBringForward
Send element at one step forward in the render order list
(Inherited from RenderedObject.)
Public methodBringToFront
Set element at the first position in render order list
(Inherited from RenderedObject.)
Public methodClear
Clears data values of the axis.
(Inherited from ChartAxis.)
Public methodClearDataBoundState
Clears all data bound settings for axis
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Protected methodDisableCachedValues
Restores initial values of cached axis settings
(Overrides ChartAxis..::..DisableCachedValues()()()().)
Protected methodGetAxisEndCoord
Gets the end value coordinate
(Overrides ChartAxis..::..GetAxisEndCoord()()()().)
Protected methodGetAxisStartCoord
Gets the start value coordinate
(Overrides ChartAxis..::..GetAxisStartCoord()()()().)
Protected methodGetDistance
Gets distance between points
(Inherited from ChartAxis.)
Public methodGetItem
Gets the item at the specified index.
(Inherited from ChartAxis.)
Public methodGetOrder
Get this elements order position in container
(Inherited from RenderedObject.)
Protected methodGetPixelStep
Returns axis step in pixels
Protected methodLoadViewState
Loading ViewState data
(Inherited from ChartAxis.)
Public methodRemove
Remove this element from render order list
(Inherited from RenderedObject.)
Public methodRemoveAllItems
Removes all items
(Inherited from ChartAxis.)
Public methodRemoveItem(Int32)
Removes the ChartAxisItem at the specified index.
(Inherited from ChartAxis.)
Public methodRemoveItem(Int32, array<Int32>[]()[][])
Removes the ChartAxisItems at the specified indexes.
(Inherited from ChartAxis.)
Public methodRemoveItem(ChartAxisItem, array<ChartAxisItem>[]()[][])
Removes the ChartAxisItem specified.
(Inherited from ChartAxis.)
Public methodRemoveLastItem
Removes the last item from the axis.
(Inherited from ChartAxis.)
Protected methodResetMaxValue
Resets the MaxValue to default
(Inherited from ChartAxis.)
Protected methodResetMinValue
Resets the MinValue to default
(Inherited from ChartAxis.)
Protected methodResetStep
Resets the Step value to default
(Inherited from ChartAxis.)
Protected methodSaveViewState
Saves data to a State Bag
(Inherited from ChartAxis.)
Public methodSendBackward
Send element at one step back in the render order list
(Inherited from RenderedObject.)
Public methodSendToBack
Send element at the end of render order list
(Inherited from RenderedObject.)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Public methodSetItemColor
Sets new color for the axis item text at the specified position.
(Inherited from ChartAxis.)
Public methodSetItemLabel(Int32, String)
Sets new label text for the axis item at the specified position.
(Inherited from ChartAxis.)
Public methodSetItemLabel(Int32, ChartAxisItem)
Sets new label for the axis item at the specified position.
(Inherited from ChartAxis.)
Protected methodSetMaxValue
Sets the maximum axis range value
(Inherited from ChartAxis.)
Protected methodSetMinValue
Sets the min axis range value
(Inherited from ChartAxis.)
Public methodSetOrder
Set this object in new render order position
(Inherited from RenderedObject.)
Protected methodShouldSerializeMaxValue
The axis MaxValue design time serialization reason
(Inherited from ChartAxis.)
Protected methodShouldSerializeMinValue
The axis MinValue design time serialization reason
(Inherited from ChartAxis.)
Protected methodShouldSerializeStep
The axis Step design time serialization reason
(Inherited from ChartAxis.)
Protected methodTrackViewState
Tracking ViewState
(Inherited from ChartAxis.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIChartingStateManager..::..LoadViewState
Loads data from a view state
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..SaveViewState
Saves object data to a view state
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..TrackViewState
Tracks view state changes
(Inherited from StateManagedObject.)

See Also