Hello,
A have issues to successfully set the categoryAxis Labels to the bottom of the stockChart in case of Negative Values.
As recommended on other posts on the issue, I set 2 categoryAxis and I set axisCrossingValue: [0, -1000000000] .
I only succeed with some tricks to make it work with a Navigator :
http://dojo.telerik.com/OgarE/3
But if I remove the Navigator ;
It's not working anymore :
http://dojo.telerik.com/OgarE/4
It's not working either with a vertical stockChart... :
http://dojo.telerik.com/OgarE/5
As I don't bind the data to the datasource attribute, (the data are in the series attributes), I can't catch the dataBound event (the event is not fired) to set the category axis labels padding to 0... So I can't resolve the issue this way...
Please, can you provide a solution which will work in every possible configuration ?
A have issues to successfully set the categoryAxis Labels to the bottom of the stockChart in case of Negative Values.
As recommended on other posts on the issue, I set 2 categoryAxis and I set axisCrossingValue: [0, -1000000000] .
I only succeed with some tricks to make it work with a Navigator :
http://dojo.telerik.com/OgarE/3
But if I remove the Navigator ;
It's not working anymore :
http://dojo.telerik.com/OgarE/4
It's not working either with a vertical stockChart... :
http://dojo.telerik.com/OgarE/5
As I don't bind the data to the datasource attribute, (the data are in the series attributes), I can't catch the dataBound event (the event is not fired) to set the category axis labels padding to 0... So I can't resolve the issue this way...
Please, can you provide a solution which will work in every possible configuration ?