<kendo:stockChart-navigator-categoryAxis-labels-dateFormats>
The format used to display the labels when the categories are dates. Uses kendo.format. Contains one placeholder ("{0}") which represents the category value.
Example
<kendo:stockChart-navigator-categoryAxis-labels>
<kendo:stockChart-navigator-categoryAxis-labels-dateFormats></kendo:stockChart-navigator-categoryAxis-labels-dateFormats>
</kendo:stockChart-navigator-categoryAxis-labels>
Configuration Attributes
days java.lang.String
The format used when categoryAxis.baseUnit is set to "days".
Example
<kendo:stockChart-navigator-categoryAxis-labels-dateFormats days="days">
</kendo:stockChart-navigator-categoryAxis-labels-dateFormats>
hours java.lang.String
The format used when categoryAxis.baseUnit is set to "hours".
Example
<kendo:stockChart-navigator-categoryAxis-labels-dateFormats hours="hours">
</kendo:stockChart-navigator-categoryAxis-labels-dateFormats>
months java.lang.String
The format used when categoryAxis.baseUnit is set to "months".
Example
<kendo:stockChart-navigator-categoryAxis-labels-dateFormats months="months">
</kendo:stockChart-navigator-categoryAxis-labels-dateFormats>
weeks java.lang.String
The format used when categoryAxis.baseUnit is set to "weeks".
Example
<kendo:stockChart-navigator-categoryAxis-labels-dateFormats weeks="weeks">
</kendo:stockChart-navigator-categoryAxis-labels-dateFormats>
years java.lang.String
The format used when categoryAxis.baseUnit is set to "years".
Example
<kendo:stockChart-navigator-categoryAxis-labels-dateFormats years="years">
</kendo:stockChart-navigator-categoryAxis-labels-dateFormats>