Closed gaudecker closed 7 years ago
@gaudecker Version 3.0.2 has been released, along with it the AxisDependency setter for the DataSets were added.
I believe you can use the property by casting the DataSet to it's base class.
There's an issue with Xamarin related to overriding some properties when an interface is reapplied to a class, hiding the base one. You can check a check the full description of the problem in this bug report: https://bugzilla.xamarin.com/show_bug.cgi?id=46812
While this issue isn't fixed I need to re-add the property to the final class or to the interface itself.
Thanks for reporting, if you find others like this let me know. I'm adding them by demand.
Thank you, this is much appreciated! ❤️
They seem to be missing from at least
BarChartDataSet
andLineChartDataSet
. Is there any other way to set axis dependencies?