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

AxisDefaultsCrosshairComponent

Represents the available configuration options of the Chart crosshair (see example).

Selector

kendo-chart-axis-defaults-crosshair

Inputs

NameTypeDefaultDescription

color

string

Specifies the color of the crosshair.

dashType

DashType

'solid'

Specifies the dash type of the crosshair.

opacity

number

1

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

tooltip

AxisDefaultsCrosshairTooltip

Specifies the tooltip configuration of the crosshair.

visible

boolean

false

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

width

number

1

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
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support