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
1060
UltraColumn Chart removing label
posted

I would like the firstcolumn value #2  not to show on the following chart

how would I do that

thanks

Parents
No Data
Reply
  • 1060
    Verified Answer
    posted

    this fixed it

     chart.Axis.X.Labels.SeriesLabels.Visible = False

    the only thing is i would like to have my Labels Format String show a date in Month Name ans Year only, not 2012-01-01

    I tried

    chart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL:MMM yyyy>"

    doesnt work

Children
No Data