I would like to determine whether to join 2 plot points depening on how far away from each other they occur in a series at runtime, is this possible.
Basically if on the time series plot two adjacent points are say more than 7 days apart then I don't want to draw a line, otherwise draw a line. Is this possible?
Selective Broken Plot lines in TimeSeries
Re: Selective Broken Plot lines in TimeSeries
Worked it out, setGapThreshold in the StandardXYItemRenderer class. However, I am assuming that you can only have discontinuous lines alone, and not have shapes on those lines too?
Re: Selective Broken Plot lines in TimeSeries
OK, I will just get on with it now, just call the setPlotShapes(), forget I even asked!