Hi, I try to use a RadChart with two series definition, one has a BarSeriesDefinition and the other one has a SplineSeriesDefinition, please take a look into the attached image, the last item for my SplineSeriesDefinition is always outside the chart, the real value is 1,982, but the chart shows always 1.98
In my code, I changed the SplineSeriesDefinition to a LineSeriesDefinition because I found an example that was using LabelSetting property, the problem is that I didn't find it in my SplineSeriesDefinition:
I tried with different ways but doesn't work. I also used this:
and I changed LayoutMode without sucess.
Any idea?
Thank you for the support!