New to Kendo UI for Angular? Start a free 30-day trial

NavigatorSeriesMarkersComponent

The marker configuration of the StockChart navigator series.

Selector

kendo-chart-navigator-series-item-markers

Inputs

NameTypeDefaultDescription

background

string

The background color of the series markers.

border

Border

The border of the markers.

from

SeriesMarkers

The Chart series marker configuration for the from point. Supported for the RangeArea and VerticalRangeArea series.

rotation

number

The rotation angle of the markers.

size

number

6

The marker size in pixels.

to

SeriesMarkers

The Chart series marker configuration for the to point. Supported for the RangeArea and VerticalRangeArea series.

type

MarkerType

'cirlce'

The shape of the series markers.

visible

boolean

true

If set to true, the Chart displays the series markers.

visual

(e: MarkersVisualArgs) => Element

A function for creating 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.

item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?