DateTimeCategoricalAxis has the very helpful IsInverse but this is missing from CategoricalAxis3D. It'd be really helpful to have a similar feature for 3D graphs.
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 11 Nov 2021, 01:23 PM
Hello Andrew,
There is a feature request to introduce support for this in the ChartView3D suite. You can find it logged in the feedback portal.
In the meantime, you can inverse the categorical axis, by reordering the data items plotted on the chart. The ones in the ItemsSource of the corresponding chart series.
It's not true that you can change the order by reordering the data items. Whatever order you put the raw data it's always presented in DateTime order, that's why it needs an IsInverse feature. Give it a go and try it yourself.
I've double checked this, but the dates are ordered in the same order as added in the ItemsSource of the series, when CategoricalAxis3D is used. Can you check the attached project and let me know if I am missing anything?