I have some problems to control the asex separately. It seems that the top and bottom axes are together, i.e., if i choose not to show one, the other disappears. It is the same with left and right, and more annoying when there are multiple layers. Any suggestions? Thanks:)))
You must be referring the layer.axis.showaxes properties. Unlike other layer.axis properties layer.x.showaxes controls both the top and bottom axes...
layer.x.showaxes=0; // hide top and bottom axes layer.x.showaxes=1; // show bottom axis layer.x.showaxes=2; // show top axis layer.x.showaxes=3; // show both axes
Thanks for the reply. I did that but it seems that only the ticks are remove while the line for the axis is still there. I don't know whether this is because of the customized theme, which I set as default. Is there a way to remove the theme and apply the default Origin theme?