IsInverse missing from CategoricalAxis3D in WPF

1 Answer 103 Views
Chart
Andrew
Top achievements
Rank 2
Andrew asked on 10 Nov 2021, 08:35 PM
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

Sort by
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.

I hope that this information helps.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Andrew
Top achievements
Rank 2
commented on 11 Nov 2021, 03:07 PM

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.
Martin Ivanov
Telerik team
commented on 12 Nov 2021, 12:16 PM

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?
Tags
Chart
Asked by
Andrew
Top achievements
Rank 2
Answers by
Martin Ivanov
Telerik team
Share this question
or