I am programming a little Tool which can read in csv Files and show their Data in a Line Chart. My current Problem is that i don't know how to make Axis with Time, which easily can use the Data of the CSV File.
Thats the format of the Date and Time in the csv File
Date;Time
06.08.2015;00:00:00;
My first try was to convert it in to a LocalDateTime variable. But the Line Chart is not able to sort it.