This question is locked. New answers and comments are not allowed.
I met 3 problems when I use RadChart
- My x-asix is DateTime type, after I bind it to the Chart, it always give me a buffer which is some date in the future(please see picture in the attached file), I really don't need to display them.
- What the IsDateTime property is used for, as mentioned above my x-axis is DateTime, in this case shall I still set IsDateTime to true explicitly? I tried to turn it on and off to figure it out, but didn't see the difference.
- I am using BarSeriesDefinition, but when the number of data is large, the width of bar become too wide and overlap each other. I attached a picture to show my problem.
Could someone help me?