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
320
chart axis
posted

i have a chart with months running along the x axis. there is also all the column names running along the x axis also. How can i get rid of the column names but leave the months. I have tried: Me.chartname.Axis.X.Labels.Visible = True, but that hides all axis data.

Thanks in advance

 

Parents
  • 5118
    posted

    Hi,

     It sounds like you are trying to hide the Series Labels of a Column Chart...

    Me.UltraChart1.Axis.X.Labels.SeriesLabels.Visible = False

    should do that for you. 

     Which ChartType are you using?  Can you attach an image to show more of what you are after? 

Reply Children