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

NavigatorPaneComponent

Represents the navigator pane of the StockChart (see example).

Selector

kendo-chart-navigator-pane

Inputs

NameTypeDefaultDescription

background

string

Specifies the background color of the pane.

border

Border

Specifies the border configuration of the pane.

clip

boolean

Determines whether to clip the content of the pane to its boundaries.

height

number

Specifies the height of the pane in pixels.

margin

number | Margin

0

Specifies the margin of the pane. A numeric value sets all margins.

name

string

Specifies the name of the pane.

padding

number | Padding

0

Specifies the padding of the pane. A numeric value sets all paddings.

title

string | PanesTitle

Specifies the title configuration of the pane.

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