CategoryAxisCrosshair
Interface
Represents the configuration options of the category axis crosshair.
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 displays when the categoryAxis.crosshair.tooltip.visible option is set to true.
visible?
boolean
Determines whether the Chart displays the category axis crosshair.
When set to true, the crosshair is visible. By default, the category axis crosshair is not visible.
width?
number
Specifies the width of the crosshair in pixels.