
I have a chart with a Y double axis and a X datetime axis.
Tilting the axis for Y works fine, tilting the axis for X does not work.
<charts:XYChart.XAxes>
<charts:XYDateTimeAxis LabelAngle="30" />
</charts:XYChart.XAxes>
<charts:XYChart.YAxes>
<charts:XYDoubleAxis LabelAngle="30" />
</charts:XYChart.YAxes>
Thanks