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

DateFormats

Interface

Specifies the format that displays the labels when they are dates.

Selects the appropriate format for the current baseUnit. Setting the format option of the labels overrides the date formats.

Definition

Package:@progress/kendo-angular-charts

Properties

days?

string

Specifies the format when the axis baseUnit is set to "days".

hours?

string

Specifies the format when the axis baseUnit is set to "hours".

Specifies the format when the axis baseUnit is set to "milliseconds".

minutes?

string

Specifies the format when the axis baseUnit is set to "minutes".

months?

string

Specifies the format when the axis baseUnit is set to "months".

seconds?

string

Specifies the format when the axis baseUnit is set to "seconds".

weeks?

string

Specifies the format when the axis baseUnit is set to "weeks".

years?

string

Specifies the format when the axis baseUnit is set to "years".