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

Represents the configuration of the axis title (see example).

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-axis-defaults-title

Inputs

Specifies the background color of the title.

Specifies the border configuration of the title.

color

string

Specifies the text color of the title.

font

string

Specifies the font style of the title.

Default:

'bold 16px sans-serif'

margin

number | Margin

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

Default:

5

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

Default:

0

Specifies the position of the title.

Default:

'center'

rotation

number

Specifies the rotation angle of the title. By default, the title is not rotated.

Default:

0

text

string

Specifies the text content of the title.

visible

boolean

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

Default:

true

Specifies a visual function that customizes the appearance of the title.

Parameters:eTitleVisualArgsReturns:

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.