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

NavigatorSeriesMarkersComponent

Represents the marker configuration of the StockChart navigator series.

Selector

kendo-chart-navigator-series-item-markers

Inputs

NameTypeDefaultDescription

background

string

Specifies the background color of the markers.

border

Border

Specifies the border configuration of the markers.

from

SeriesMarkers

Specifies the from markers configuration.

rotation

number

Specifies the rotation angle of the markers.

size

number

6

Specifies the marker size in pixels.

to

SeriesMarkers

Specifies the to markers configuration.

type

MarkerType

'cirlce'

Specifies the shape of the series markers.

visible

boolean

true

Determines whether the Chart displays the series markers.

visual

(e: MarkersVisualArgs) => Element

Specifies a function that creates a custom visual for the markers.

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