ChartValueAxisItemProps
Represents the props of the KendoReact ChartValueAxisItem component (see example).
Name | Type | Default | Description |
---|---|---|---|
axisCrossingValue? |
|
| |
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. The crosshair is displayed when the | |
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. | |
majorTicks? |
|
The configuration of the value axis major ticks. | |
majorUnit? |
|
The interval between major divisions. If | |
max? |
|
The maximum value of the axis. | |
min? |
|
The minimum value of the axis. | |
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. | |
minorTicks? |
|
The configuration of the value axis minor ticks. | |
minorUnit? |
|
The interval between minor divisions. It defaults to one-fifth (1/5) of the | |
name? |
|
The unique axis name. Used to associate a series with a value axis by using the | |
narrowRange? |
|
If set to | |
notes? |
|
The value axis notes configuration. | |
pane? |
|
The name of the pane that the value axis has to be rendered in. If not set, the axis is rendered in the first (default) pane. | |
plotBands? |
|
The plot bands of the value axis. | |
reverse? |
|
If set to
| |
title? |
|
The title configuration of the value axis. To display the title, set the | |
type? |
|
The axis type. The supported values are:
| |
visible? |
|
If set to |