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
1300
How to put the label box up/left instead of down/right ?
posted

Hi ,

At the extreme right of my graph the text box is cut by the screen hedge on my graph. I want to change the place of this text box which propertie can allow me to do that ?.

A printscreen of the issue is attached, I am using ultrachart coding in c#.

Thanks

Parents
No Data
Reply
  • 53790
    Verified Answer
    posted

    Maybe the easiest solution could be if you are using the property:

    ultraChart1.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;

    Take a look at the attached screenshot to see the difference

Children
No Data