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

Represents the configuration of the Chart series marker.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-series-item-markers

Syntax:

html
<kendo-chart ...>
  <kendo-chart-series>
    <kendo-chart-series-item type="line"...>
      <kendo-chart-series-item-markers background="blue"> </kendo-chart-series-item-markers>
    </kendo-chart-series-item>
  </kendo-chart-series>
</kendo-chart>

Inputs

Specifies the background color of the markers.

Specifies the border configuration of the markers.

Specifies the from markers configuration.

rotation

number

Specifies the rotation angle of the markers.

size

number

Specifies the marker size in pixels.

Default:

6

Specifies the to markers configuration.

Specifies the shape of the series markers.

Default:

'cirlce'

visible

boolean

Determines whether the Chart displays the series markers.

Default:

true

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

Parameters:eMarkersVisualArgsReturns:

Element

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.