AxisDefaultsCrosshairComponent
The crosshair configuration options (see example).
Selector
kendo-chart-axis-defaults-crosshair
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
color | string | The color of the crosshair. Accepts a valid CSS color string, including | |
dashType | The dash type of the crosshair. The following dash types are supported:
| ||
opacity | number | The opacity of the crosshair. By default, the crosshair is opaque. | |
tooltip | The options of the crosshair tooltip.
The crosshair tooltip is displayed when the | ||
visible | boolean | If set to | |
width | number | The width of the crosshair in pixels. |
Methods
notifyChanges | ||
---|---|---|
Updates the component fields with the specified values and refreshes the Chart. Use this method when the configuration values cannot be set through the template.
|
Parameters | ||
---|---|---|
changes | any | An object containing the updated input fields. |