Hi,
is there a way to hide the y-axis labels and y-axis tick marks in a XYPlot?
Thanks,
ken
hide y-axis labels in xyplot
Re: hide y-axis labels in xyplot
All axes inherit these methods from the Axis class:
public void setTickLabelsVisible(boolean);
public void setTickMarksVisible(boolean);
Regards,
Dave Gilbert
public void setTickLabelsVisible(boolean);
public void setTickMarksVisible(boolean);
Regards,
Dave Gilbert