I want hide X axis on my graph. Here is my code for it:
zg1.GraphPane.XAxis.IsVisible = false; zg1.AxisChange(); zg1.Invalidate();
But i have problem with it.
My graph:
After hidding X axis:
Any idea why i have this issue?
zg1.GraphPane.YAxis.MajorGrid.IsZeroLine = false;