java - How to discard time intervals with Time Series / XYPlots using JFreeChart? -
I am creating a set of chart displays, one of which is for one month's daily business performance- that is, One point per day data (closing)
Since there is no business during the weekend and holidays, I have to leave these data points. Not only this, but in spite of any interval in time, the data point should still be visible near each other. It can be seen in such a chart, eg For 3-month graphs of NASDAQ on Yahoo Finance - see how the weekends go out.
My question is: How should it be implemented correctly in the Geoffrey Chart?
Thank you in advance!
In addition to deleting the excluded data points, you apply it to the related DateAxis
For example,
axis.setTimeline (Segmented timeline.NumandA-to-FriedTimeline ());
Comments
Post a Comment