AxisDefaultsCrosshair
Interface
Specifies the configuration options of the axis crosshair (see example).
Definition
Package:@progress/kendo-angular-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.