I am using jfreeChart and i want to show hours(in 24 hours format) on x axis of chart
Is there any library or class that can help me to plot hours on chart ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use ChartFactory.createTimeSeriesChart. Dataset provided to this method take the series of type TimeSeries. Constructor of TimeSeries take the argument of time period
Use Hour class for generating the chart for hourly data. In series, add time of the (date+hour) and data for plotting