Kendo.Mvc.UI.ChartValueAxis
Kendo UI ChartValueAxis class
Properties
AxisCrossingValue
Value at which the category axis crosses this axis. (Only for object)Value indices at which the category axes cross the value axis. (Only for array)Date at which the category axis crosses this axis. (Only for date)
Background
The background color of the axis.
Color
The color of the value axis. Accepts a valid CSS color string, including hex and rgb.
Crosshair
The crosshair configuration options.
Labels
The axis labels configuration.
Line
The configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines.
MajorGridLines
The configuration of the major grid lines. These are the lines that are an extension of the major ticks through the body of the chart.
MajorUnit
The interval between major divisions. If the valueAxis.type is set to "log", the majorUnit value will be used for the base of the logarithm.
Max
The maximum value of the axis.
Min
The minimum value of the axis. Under certain conditions, the narrowRange setting can overwrite this setting. To give priority to the min setting of your choice, set valueAxis.narrowRange to false.
MinorGridLines
The configuration of the minor grid lines. These are the lines that are an extension of the minor ticks through the body of the chart.
MajorTicks
The configuration of the value axis major ticks.
MinorTicks
The configuration of the value axis minor ticks.
MinorUnit
The interval between minor divisions. It defaults to 1/5 of the valueAxis.majorUnit. If the valueAxis.type is set to "log", the minorUnit value represents the number of divisions between two major units and defaults to the major unit minus one.
Name
The unique axis name. Used to associate a series with a value axis using the series.axis option.
NarrowRange
If set to true the Chart will narrow the value axis range in order to display data points in better detail. Setting it to false will force the automatic axis range to start from 0 or the explicitly specified valueAxis.min value.
Pane
The name of the pane that the value axis should be rendered in. The axis will be rendered in the first (default) pane if not set.
PlotBands
The plot bands of the value axis.
Reverse
If set to true the value axis direction will be reversed. By default categories are listed from left to right and from bottom to top.
Title
The title configuration of the value axis.
Type
The axis type.The supported values are: "numeric" - numeric axis. or "log" - logarithmic axis..
Visible
If set to true the chart will display the value axis. By default the value axis is visible.
Notes
The value axis notes configuration.
ZIndex
An optional Z-index that can be used to change the default stacking position of the valueAxis.
Methods
Serialize
Serializes the settings to a Dictionary.
SerializeSettings
Serialize current instance to Dictionary