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