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

Represents the crosshair options for the navigator category axis.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-navigator-category-axis-crosshair

Inputs

color

string

Specifies the color of the crosshair.

Defines the dash type of the crosshair.

Default:

'solid'

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.