Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
Padding Y2Axis
posted

 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?

Parents
  • 17605
    Verified Answer
    posted

    You can try:

    axisItem.Labels.Layout.Padding = 10;

    axisItem.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.UseCollection;

Reply Children
No Data