c# - How can I hide vertical line -


line

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

result

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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -