c# - How can I hide vertical line -

i want remove lines showed in picture because absurd views (not marked two)

i trying code not anything
chart1.chartareas.first().axisx.linecolor = color.fromargb(50, color.black); chart1.chartareas.first().axisx.linewidth = 0; chart1.chartareas.first().axisx.interlacedcolor = color.white; i changing interval , working above code not work
chart1.chartareas.first().axisx.interval = 1;
the answer from how delete grid lines chart in windowsform?
chart1.chartareas[0].axisx.majorgrid.linewidth = 0;
Comments
Post a Comment