Represents a chart Y Axis.
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| ChartYAxis(ChartPlotArea, ChartYAxisType) | Creates a new instance of the ChartYAxis class. | |
| AddItem(ChartAxisItem, array<ChartAxisItem>[]()[][]) | Adds a ChartAxisItem to the axis. (Inherited from ChartAxis.) | |
| AddItem(ChartAxisItemsCollection) | Adds a ChartAxisItemsCollection to the axis. (Inherited from ChartAxis.) | |
| AddItem(array<ChartAxisItem>[]()[][]) | Adds ChartAxisItems to the axis. (Inherited from ChartAxis.) | |
| AddItem(List<(Of <<'(ChartAxisItem>)>>)) | Adds ChartAxisItems to the axis. (Inherited from ChartAxis.) | |
| AddItem(String, Color) |
Adds a new ChartAxisItem object to the axis with the specified label and color.
(Inherited from ChartAxis.) | |
| AddItem(String, Color, Boolean) |
Adds a new ChartAxisItem object to the axis with the specified label and color.
(Inherited from ChartAxis.) | |
| AddRange(Double, Double, Double) |
Automatically adds new axis items in AutoScale mode.
(Inherited from ChartAxis.) | |
| Appearance |
ChartAxis style
(Inherited from ChartAxis.) | |
| AutoCalcAxisExtents()()()() |
Auto determines the min and max value of the axis
(Inherited from ChartAxis.) | |
| AutoScale |
Enables or disables automatic axis scaling.
(Inherited from ChartAxis.) | |
| AxisLabel |
ChartAxis label
(Inherited from ChartAxis.) | |
| AxisMode |
Gets or sets the style of the Y axis.
| |
| 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
(Inherited from ChartAxis.) | |
| chartAxisItems |
ChartAxis items
(Inherited from ChartAxis.) | |
| chartAxisLabel |
ChartAxis main label
(Inherited from ChartAxis.) | |
| chartAxisMaxAxisValue |
Maximum series value
(Inherited from ChartAxis.) | |
| chartAxisMaxItemValue |
Max axis item value
(Inherited from ChartAxis.) | |
| chartAxisMinAxisValue |
Minimum series value
(Inherited from ChartAxis.) | |
| chartAxisMinItemValue |
Min axis item value
(Inherited from ChartAxis.) | |
| chartAxisParent |
Parent element
(Inherited from ChartAxis.) | |
| chartAxisPointEnd |
Axis zero value end point
(Inherited from ChartAxis.) | |
| chartAxisPointStart |
Axis start point
(Inherited from ChartAxis.) | |
| chartAxisRealIsZeroBased |
Is axis zero based
(Inherited from ChartAxis.) | |
| Clear()()()() |
Clears data values of the axis.
(Inherited from ChartAxis.) | |
| 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
(Inherited from ChartAxis.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Inherited from ChartAxis.) | |
| 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
(Overrides ChartAxis.GetAxisEndCoord()()()().) | |
| GetAxisStartCoord()()()() |
Gets the start value coordinate
(Overrides ChartAxis.GetAxisStartCoord()()()().) | |
| GetDistance(PointF, PointF) |
Gets distance between points
(Inherited from ChartAxis.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetItem(Int32) | Gets the item at the specified index. (Inherited from ChartAxis.) | |
| GetOrder()()()() |
Get this elements order position in container
(Inherited from RenderedObject.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsLogarithmic |
Use Logarithmic scale or not.
| |
| IsZeroBased |
Specifies whether the axis begins from 0.
(Inherited from ChartAxis.) | |
| Item[([( Int32])]) |
Returns the axis item at the specified position.
(Inherited from ChartAxis.) | |
| Items |
Returns a collection of axis items.
(Inherited from ChartAxis.) | |
| LabelStep |
Draw each 1,2,...,n item
(Inherited from ChartAxis.) | |
| LoadViewState(Object) |
Loads Y axis settings from view state
(Overrides ChartAxis.LoadViewState(Object).) | |
| LogarithmBase |
Logarithm base.
Min possible value is 2 | |
| MaxItemsCount |
Gets or sets maximal count of the axis items when auto scaling.
(Inherited from ChartAxis.) | |
| MaxValue |
Specifies the max value of the axis range.
(Overrides ChartAxis.MaxValue.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MinValue |
Specifies the min value of the axis range.
(Overrides ChartAxis.MinValue.) | |
| objectContainer |
Container, that contains the render order for taken up elements
(For property)
(Inherited from RenderedObject.) | |
| Parent |
Parent element (PlotArea)
(Inherited from ChartAxis.) | |
| pixelsPerValue |
Pixels per value field.
(Inherited from ChartAxis.) | |
| Remove()()()() |
Remove this element from render order list
(Inherited from RenderedObject.) | |
| RemoveAllItems()()()() | Removes all items (Inherited from ChartAxis.) | |
| RemoveItem(ChartAxisItem, array<ChartAxisItem>[]()[][]) | Removes the ChartAxisItem specified. (Inherited from ChartAxis.) | |
| RemoveItem(Int32, array<Int32>[]()[][]) | Removes the ChartAxisItems at the specified indexes. (Inherited from ChartAxis.) | |
| RemoveItem(Int32) |
Removes the ChartAxisItem at the specified index.
(Inherited from ChartAxis.) | |
| RemoveLastItem()()()() |
Removes the last item from the axis.
(Inherited from ChartAxis.) | |
| ResetMaxValue()()()() |
Resets the MaxValue to default
(Inherited from ChartAxis.) | |
| ResetMinValue()()()() |
Resets the MinValue to default
(Inherited from ChartAxis.) | |
| ResetStep()()()() |
Resets the Step value to default
(Inherited from ChartAxis.) | |
| SaveViewState()()()() |
Saves axis settings to a state bag
(Overrides ChartAxis.SaveViewState()()()().) | |
| ScaleBreaks |
Scale breaks settings
| |
| Segments |
Segments collection
| |
| 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.
(Inherited from ChartAxis.) | |
| SetItemLabel(Int32, String) |
Sets new label text for the axis item at the specified position.
(Inherited from ChartAxis.) | |
| SetItemLabel(Int32, ChartAxisItem) |
Sets new label for the axis item at the specified position.
(Inherited from ChartAxis.) | |
| SetMaxValue(Double) |
Sets the maximum axis range value
(Inherited from ChartAxis.) | |
| SetMinValue(Double) |
Sets the min axis range value
(Inherited from ChartAxis.) | |
| SetOrder(Int32) |
Set this object in new render order position
(Inherited from RenderedObject.) | |
| ShouldSerializeMaxValue()()()() |
The axis MaxValue design time serialization reason
(Inherited from ChartAxis.) | |
| ShouldSerializeMinValue()()()() |
The axis MinValue design time serialization reason
(Inherited from ChartAxis.) | |
| ShouldSerializeStep()()()() |
The axis Step design time serialization reason
(Inherited from ChartAxis.) | |
| Step |
Specifies the step at which axis values are calculated
(Overrides ChartAxis.Step.) | |
| 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()()()() |
Tracks view state changes
(Overrides ChartAxis.TrackViewState()()()().) | |
| ViewStateIgnoresCase |
Gets if view sate should ignore case
(Inherited from StateManagedObject.) | |
| Visible | Specifies whether the axis should be rendered. (Inherited from ChartAxis.) | |
| VisibleValues |
Determines the type of shown values
(Inherited from ChartAxis.) | |
| YAxisType |
Defines a type of YAxis
| |
| zeroCoord |
Cached zero coordinate value.
(Inherited from ChartAxis.) |
| Object | ||||
| StateManagedObject | ||||
| RenderedObject | ||||
| ChartAxis | ||||
| ChartYAxis | ||||