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
195
Labeling Question
posted

Based on the table below using a barchart

Year Budget
2006 36,000,000
2007 47,000,000
2008 62,000,000

the budget plots on the chart but I want the year to be label on the X-axis underneath each of the plotted bar. How do I go about accomplishing this? Thanks!

  • 17605
    posted

    Try using:

    this.ultraChart1.Axis.Y.Labels.Visible = false;

    this.ultraChart1.Axis.Y.Labels.SeriesLabels.Visible = true;