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
80
UltraChart Grid Lines
posted

How do I get y axis grid lines to show?

Parents
  • 26458
    Offline posted

    Y axis gridlines are visible by default for most chart types. What chart type are you using? If this doesn't work, please post a picture of your chart.

    chart.Axis.Y.MajorGridLines.Visible = true
    chart.Axis.Y.MinorGridLines.Visible = true;

Reply Children