ChartAxisDefaultsCrosshairProps
Interface
Represents the props of the Kendo UI for Vue ChartAxisDefaultsCrosshair component.
Definition
Package:@progress/kendo-vue-charts
Properties
color?
string
Specifies the color of the crosshair. Accepts a valid CSS color string, including hex and rgb.
opacity?
number
Specifies the opacity of the crosshair. By default, the crosshair is opaque.
Specifies the options of the crosshair tooltip.
The crosshair tooltip is displayed when the axisDefaults.crosshair.tooltip.visible
option is set to true.
visible?
boolean
Determines whether the Chart displays the axis crosshair. By default, the axis crosshair is not visible.
width?
number
Specifies the width of the crosshair in pixels.