We have a simple line chart with dates (daily for 1 month) on the x axis. In order to avoid crowded labels, we had used the below to get alternate labels.
chart.getAxisX().setStep(2);
This works fine on JChartFX version 7.3.5529, but gives error and does NOT render the chart on v 7.5.5900.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
hardyshish
Hi,
We have a simple line chart with dates (daily for 1 month) on the x axis. In order to avoid crowded labels, we had used the below to get alternate labels.
chart.getAxisX().setStep(2);
This works fine on JChartFX version 7.3.5529, but gives error and does NOT render the chart on v 7.5.5900.
Kindly assist.
-Shishir
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.