DateFormats
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".
milliseconds?
string
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".