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?
Thanks. Perfect.
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