How to move the PrimaryXAxis labels to the top of the chart grid instead of the bottom for a bar chart?
Hello,
To see the labels at the top of your chart, you need to use SecondaryX AxisType instead of PrimaryX AxisType:
<ig:Axis AxisType="SecondaryX">
</ig:Axis>
Hope this helps,
Boyan