Completed
Last Updated: 27 Feb 2023 14:34 by ADMIN
Release 4.1.0 (15/03/2023)
Mark Stevens
Created on: 07 Mar 2022 10:31
Category: Charts
Type: Bug Report
5
ChartCategoryAxisLabels Format does not support some .NET custom date format strings

I am trying to customize the format of the ChartCategoryAxisLabels to render the abbreviated name of the day of the week using the following format:

<ChartCategoryAxisLabels Format="ddd dd/MM HH:mm"/>

While it is a valid format, it seems that it doesn't work for the category labels.

---

ADMIN EDIT

---

For the time being, you can use the following to render the abbreviated name of the day of the week in the ChartCategoryAxisLabels:

<ChartCategoryAxisLabels Format="{0:EEE dd/MM HH:mm}"/>
0 comments