I am trying to create a bar chart using JavaFX, but I have to adjust the starting point of xAxis of Bars. As an example if a Bar can start from 5 instead of 0 and second one from 10 instead of 0.
Thank you if someone can make a suggestion. Here is an example of what I am looking for:
评论