Hello,
I have a problem using the xamDataChart with Radial Series.
The category labels get cut off, as you can see in the screenshot on the left side.This is not because of the width of the window. If I maximize the window the control stays the same size.
I created a usercontrol in which the xamDataChart control is located, so it fills all available space.The height of the control is limited, because I need to display several charts in a StackPanel.If I increase the MinHeight of my control, the chart grows, but it is at all times just square and does not use the available width.
I tried to increase the PlotAreaMinWidth, but this shows no reaction.
How can I make the chart control use the available space?
Thank you in advance
Sample