Hi Fred,
We do not have a time-frame when this feature will be implemented. The status is Unplanned. You can check the Telerik MAUI RoadMap at the following link: https://www.telerik.com/support/whats-new/maui-ui/roadmap
Regards,
Didi
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.
Bump,
this is an important feature of a charting system. The workaround of placing multiple charts overlayed on top of each other is limited, it only works for 2 axes and requires some shenanigans to keep the charts aligned nevermind the fact that you need to set the chart size from a content view because of bugs in the chart rendering on android.
This Sample lets you have a chart with two Y axis
-----------------------------------------------------
xaml
-----------------------------------------------------
<Grid MinimumWidthRequest="300">---------------------------------------------------------------------------
View Model
--------------------------------------------------------------------------
[ObservableProperty]