Hi, I use an CompositeChart and I want to increase the distance between the y/y2-axis and labels. At first I defined a new AxisItem, I formated the axis and everything works find. At last I wanted to increase the distances betwenn y-axis and y-labels. In an other post i read that I only have to set the padding parameter but it didn't work. What can I do, are there any other settings required?
Works fine, thank you!
You can try:
axisItem.Labels.Layout.Padding = 10;
axisItem.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.UseCollection;