CategoryAxisCrosshairComponent
Component
Configures the crosshair for the category axis in the Chart (see example).
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-category-axis-item-crosshair
Inputs
color
string
Specifies the color of the crosshair.
opacity
number
Specifies the opacity of the crosshair. By default, the crosshair is opaque.
Default:
1
Configures the tooltip configuration of the crosshair.
visible
boolean
Determines whether the Chart displays the category axis crosshair. By default, the category axis crosshair is not visible.
Default:
false
width
number
Sets the width of the crosshair in pixels.
Default:
1
Methods
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:changesany
An object containing the updated input fields.