Hi Telerik,
Can you advice me how to handle my issue with ChartTrackBallBehavior. As you can see in attached image, ChartTrackBallBehavior hides chart itself. I would like to know what is my options to solve this issue?
Is it possible to change position of ChartTrackBallBehavior when it start hiding chart?
My another idea is change vertical range so tracking ball will be always above chart. telerik:LinearAxis has Maximum property. I would like to stay with auto calculated range and just increase it about 20%. Is there some way how to achieve this? This is my current axes definition:
<telerik:RadCartesianChart.VerticalAxis>
<telerik:LinearAxis MajorStep="100" SmartLabelsMode="SmartStepAndRange" />
</telerik:RadCartesianChart.VerticalAxis>
Thanks,
Vaclav