Single series bar chart - When I set the format as date to the X Axis then we do not get the data for last item. For e.g there are 8 datapoints (means 8 bars), if I set the X axis format as Date then we get to see only 7 bars. what must be the issue.
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
Shraddha Kulkarni
Hi,
Single series bar chart - When I set the format as date to the X Axis then we do not get the data for last item. For e.g there are 8 datapoints (means 8 bars), if I set the X axis format as Date then we get to see only 7 bars. what must be the issue.
chart1.getAxisX().getLabelsFormat().setFormat(cfx.AxisFormat.Date);
chart1.getAxisX().getLabelsFormat().setCustomFormat("MMM-dd");
Link to comment
Share on other sites
0 answers 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.