Show or hide axes on layer.
bool set_show_axis( GraphLayer gl, int nAxis, bool bShow1st = true, bool bShow2nd = false )
true if success, else false.
EX1
//For this example to run, a graph layer must exist and be active in the project bool show_right_hide_left() { GraphLayer gl=Project.ActiveLayer(); return set_show_axis(gl, YAXIS, 0, 1); }
origin.h