Hi Everyone,
I'm having issues with some of the controls after migrating to a newest version of Infragistics controls.
At the moment I have an issue with UltraChart control.
When I change orientation in the Axis of X2 for my char: Orientation="Custom" OrientationAngle="45" labels are not aligned properly (please look at screnshot attached). On the lef-hand side is actual view, and on the right a previous one.
Plase can anyone knows how to fix this issue?
Many thanks for your help.
Kindest regards,
Lukasz
It looks like chart.Axis.X2.Labels.VerticalAlign is set to Center instead of Far. Try setting it to Far and that should fix the problem.