Base chart axis class
| C# | Visual Basic | Visual Basic Usage |
public abstract class ChartAxis : RenderedObject
Public MustInherit Class ChartAxis _ Inherits RenderedObject
Dim instance As ChartAxis
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| ChartAxis(ChartPlotArea) | Creates a new instance of the ChartAxis class. | |
| ChartAxis(ChartPlotArea, IContainer) | Creates a new instance of the ChartAxis class. | |
| AddItem(ChartAxisItem, array<ChartAxisItem>[]()[][]) | Adds a ChartAxisItem to the axis. | |
| AddItem(ChartAxisItemsCollection) | Adds a ChartAxisItemsCollection to the axis. | |
| AddItem(array<ChartAxisItem>[]()[][]) | Adds ChartAxisItems to the axis. | |
| AddItem(List<(Of <<'(ChartAxisItem>)>>)) | Adds ChartAxisItems to the axis. | |
| AddItem(String, Color) |
Adds a new ChartAxisItem object to the axis with the specified label and color.
| |
| AddItem(String, Color, Boolean) |
Adds a new ChartAxisItem object to the axis with the specified label and color.
| |
| AddRange(Double, Double, Double) |
Automatically adds new axis items in AutoScale mode.
| |
| Appearance |
ChartAxis style
| |
| AutoCalcAxisExtents()()()() |
Auto determines the min and max value of the axis
| |
| AutoScale |
Enables or disables automatic axis scaling.
| |
| AxisLabel |
ChartAxis label
| |
| BringForward()()()() |
Send element at one step forward in the render order list
(Inherited from RenderedObject.) | |
| BringToFront()()()() |
Set element at the first position in render order list
(Inherited from RenderedObject.) | |
| chartAxisAppearance |
ChartAxis style
| |
| chartAxisItems |
ChartAxis items
| |
| chartAxisLabel |
ChartAxis main label
| |
| chartAxisMaxAxisValue |
Maximum series value
| |
| chartAxisMaxItemValue |
Max axis item value
| |
| chartAxisMinAxisValue |
Minimum series value
| |
| chartAxisMinItemValue |
Min axis item value
| |
| chartAxisParent |
Parent element
| |
| chartAxisPointEnd |
Axis zero value end point
| |
| chartAxisPointStart |
Axis start point
| |
| chartAxisRealIsZeroBased |
Is axis zero based
| |
| Clear()()()() |
Clears data values of the axis.
| |
| CloneState()()()() |
Makes a view state clone
(Inherited from StateManagedObject.) | |
| Container |
Link to container element
(Inherited from RenderedObject.) | |
| DisableCachedValues()()()() |
Restores initial values of cached axis settings
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Overrides StateManagedObject.Dispose(Boolean).) | |
| Dispose()()()() | (Inherited from StateManagedObject.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAxisEndCoord()()()() |
Gets the end value coordinate
| |
| GetAxisStartCoord()()()() |
Gets the start value coordinate
| |
| GetDistance(PointF, PointF) |
Gets distance between points
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetItem(Int32) | Gets the item at the specified index. | |
| GetOrder()()()() |
Get this elements order position in container
(Inherited from RenderedObject.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsZeroBased |
Specifies whether the axis begins from 0.
| |
| Item[([( Int32])]) |
Returns the axis item at the specified position.
| |
| Items |
Returns a collection of axis items.
| |
| LabelStep |
Draw each 1,2,...,n item
| |
| LoadViewState(Object) |
Loading ViewState data
(Overrides StateManagedObject.LoadViewState(Object).) | |
| MaxItemsCount |
Gets or sets maximal count of the axis items when auto scaling.
| |
| MaxValue |
Specifies the max value of the axis range.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MinValue |
Specifies the min value of the axis range.
| |
| objectContainer |
Container, that contains the render order for taken up elements
(For property)
(Inherited from RenderedObject.) | |
| Parent |
Parent element (PlotArea)
| |
| pixelsPerValue |
Pixels per value field.
| |
| Remove()()()() |
Remove this element from render order list
(Inherited from RenderedObject.) | |
| RemoveAllItems()()()() | Removes all items | |
| RemoveItem(ChartAxisItem, array<ChartAxisItem>[]()[][]) | Removes the ChartAxisItem specified. | |
| RemoveItem(Int32, array<Int32>[]()[][]) | Removes the ChartAxisItems at the specified indexes. | |
| RemoveItem(Int32) |
Removes the ChartAxisItem at the specified index.
| |
| RemoveLastItem()()()() |
Removes the last item from the axis.
| |
| ResetMaxValue()()()() |
Resets the MaxValue to default
| |
| ResetMinValue()()()() |
Resets the MinValue to default
| |
| ResetStep()()()() |
Resets the Step value to default
| |
| SaveViewState()()()() |
Saves data to a State Bag
(Overrides StateManagedObject.SaveViewState()()()().) | |
| SendBackward()()()() |
Send element at one step back in the render order list
(Inherited from RenderedObject.) | |
| SendToBack()()()() |
Send element at the end of render order list
(Inherited from RenderedObject.) | |
| SetDirty()()()() |
Sets the item dirty state
(Inherited from StateManagedObject.) | |
| SetItemColor(Int32, Color) |
Sets new color for the axis item text at the specified position.
| |
| SetItemLabel(Int32, String) |
Sets new label text for the axis item at the specified position.
| |
| SetItemLabel(Int32, ChartAxisItem) |
Sets new label for the axis item at the specified position.
| |
| SetMaxValue(Double) |
Sets the maximum axis range value
| |
| SetMinValue(Double) |
Sets the min axis range value
| |
| SetOrder(Int32) |
Set this object in new render order position
(Inherited from RenderedObject.) | |
| ShouldSerializeMaxValue()()()() |
The axis MaxValue design time serialization reason
| |
| ShouldSerializeMinValue()()()() |
The axis MinValue design time serialization reason
| |
| ShouldSerializeStep()()()() |
The axis Step design time serialization reason
| |
| Step |
Specifies the step at which axis values are calculated
| |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) | |
| TrackViewState()()()() |
Tracking ViewState
(Overrides StateManagedObject.TrackViewState()()()().) | |
| ViewStateIgnoresCase |
Gets if view sate should ignore case
(Inherited from StateManagedObject.) | |
| Visible | Specifies whether the axis should be rendered. | |
| VisibleValues |
Determines the type of shown values
| |
| zeroCoord |
Cached zero coordinate value.
|