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
155
Attempting to hide series label
posted

I have a multi-layered chart that I am attempting to turn off or hide the series labels on the X-axis of my chart (see attached image).  I've been attempting to hide them by changing their color to white:

        this.UltraChart4.Axis.X.Labels.SeriesLabels.Visible = false;
        this.UltraChart4.Axis.X.Labels.SeriesLabels.FontColor = Color.White;

So far, no luck.  Any ideas on how I should go about this?  I'd like to keep the vertical dates, but get rid of the horizontal series labels that are all compressed together and make no sense.