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
220
Jumbled text title on Y axis
posted

I have a Bar Chart that has what a appears to be the title of my query that I want to remove....how is this done?

Parents
  • 630
    posted

    I'm not sure exactly what it is from your picture, but I can think of two possibilities. Try these:

            UltraChart1.Axis.Y.Labels.SeriesLabels.Visible = false;

            OR

            UltraChart1.TitleLeft.Visible = false;

     

    Let me know how this goes. -Paul

Reply Children
No Data