Hi all!
If you take a look at
http://www.imscargo.com/content/en/company/figures/weight.aspx
you can see a LineChart with negative data.
As you can see the line between 2004 and 2005 ends in the label.
How can I avoid this?
Thanks for you respone
Hello polfi,
Thank you for posting in our forum.
You could set a custom range type for the Y axis. You can check the documentation on how to set a custom range for an axis here:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Chart_Axis_Ranges.html
Let me know if setting the range would work for you.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Thanks for your response.
So I have to read all data from the datasource before I bind it to the Chart....
That's what I want to prevent, but I will check if this works.