<kendo:chart-yAxisItem-labels-dateFormats>

The format used to display the labels when the x values are dates. Uses kendo.format. Contains one placeholder ("{0}") which represents the category value.

Example

<kendo:chart-yAxisItem-labels>
    <kendo:chart-yAxisItem-labels-dateFormats></kendo:chart-yAxisItem-labels-dateFormats>
</kendo:chart-yAxisItem-labels>

Configuration Attributes

days java.lang.String

The format used when yAxis.baseUnit is set to "days".

Example

<kendo:chart-yAxisItem-labels-dateFormats days="days">
</kendo:chart-yAxisItem-labels-dateFormats>

hours java.lang.String

The format used when yAxis.baseUnit is set to "hours".

Example

<kendo:chart-yAxisItem-labels-dateFormats hours="hours">
</kendo:chart-yAxisItem-labels-dateFormats>

months java.lang.String

The format used when yAxis.baseUnit is set to "months".

Example

<kendo:chart-yAxisItem-labels-dateFormats months="months">
</kendo:chart-yAxisItem-labels-dateFormats>

weeks java.lang.String

The format used when yAxis.baseUnit is set to "weeks".

Example

<kendo:chart-yAxisItem-labels-dateFormats weeks="weeks">
</kendo:chart-yAxisItem-labels-dateFormats>

years java.lang.String

The format used when yAxis.baseUnit is set to "years".

Example

<kendo:chart-yAxisItem-labels-dateFormats years="years">
</kendo:chart-yAxisItem-labels-dateFormats>
In this article
Not finding the help you need?