New to Kendo UI for AngularStart a free 30-day trial

Represents the value axis crosshair options.

Definition

Package:@progress/kendo-angular-charts

Properties

color?

string

Sets the color of the crosshair. Accepts a valid CSS color string, including HEX and RGB.

opacity?

number

Sets the opacity of the crosshair. By default, the crosshair is opaque.

Configures the crosshair tooltip options. The crosshair tooltip is displayed when the valueAxis.crosshair.tooltip.visible option is set to true.

visible?

boolean

Determines if the Chart displays the value axis crosshair. By default, the value axis crosshair is not visible.

width?

number

Sets the width of the crosshair in pixels.