New to Kendo UI for Angular? Start a free 30-day trial
CategoryAxisCrosshairComponent
Configures the crosshair for the category axis in the Chart (see example).
Selector
kendo-chart-category-axis-item-crosshair
Inputs
Name | Type | Default | Description |
---|---|---|---|
color |
|
Specifies the color of the crosshair. | |
dashType |
|
|
Defines the dash type of the crosshair. |
opacity |
|
|
Specifies the opacity of the crosshair. By default, the crosshair is opaque. |
tooltip |
|
Configures the tooltip configuration of the crosshair. | |
visible |
|
|
Determines whether the Chart displays the category axis crosshair. By default, the category axis crosshair is not visible. |
width |
|
|
Sets 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. ts
| ||||||
|