Hi I am new to Zedgraph and I can only find few examples and information. What I need to do is simple just change the color of the axes from default black to white.This is because I want to use black fill for my panes. So I try the following
pane.XAxis.Type = AxisType.DateAsOrdinal;
pane.XAxis.Color = Color.White; ;
pane.Y2Axis.Color = Color.White;
Strangely this seems to have no effect and my axis lines are still invisible(lost in the black fill).
thanks