Hi all;
I am working on some code I inherited.
The code is calling Layer.setXData(arrayDates); where arrayDates holds 5 Date objects, set to 9 Dec 17, 9 Jan 18, 9 Feb 18, 9 Mar 18, 9 Apr 18.
The code does not call Axis.setLabels() or Axis.setLabels2().
Why are the X axis labels written for every day of the month instead of one per month (and one per data point)?
thanks - dave
|