bulubuloa / Ultimate-Xamarin-Forms-KIT

A powerful 🚀 Android/iOS chart view / graph view library, binding support for Xamarin.Forms, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
https://www.nuget.org/packages/UltimateXF/
121 stars 33 forks source link

AxisDependency property is missing in DataSets #41

Open themronion opened 2 years ago

themronion commented 2 years ago

I noticed we can't set the axis dependency for the data set, but this property is present in the YAxisConfig. Should it be moved? For my case i need to set different scaling for the two charts to achieve a candle stick and a bar chart in a combined chart, but without specifying the axis dependency in the data set it seems impossible