I would like the firstcolumn value #2 not to show on the following chart
how would I do that
thanks
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