May be you will advise me to to use CombinedRangeXYPlot but this not my case.
I want to write"Now" text beginning of domain axis , I want to write "Future" text
center of DomainAxis. I learned that CategoryPlot supports this support but I could
not find a solution for XYPlot.This is possible ?
I also tried something like this
Code: Select all
DateAxis y = new DateAxis("Now Future")
plot.setDomainAxisLocation(AxisLocation.BOTTOM_OR_LEFT);.