Hi,
I'm trying to fill the entire area of the chart with bars by doing the following:
<telerikCharting:AxisY Title="Cost" AutoRange="False" MinValue="0" MaxValue="{Binding MaxValue}" Step="{Binding Step}">
The MaxValue can be a wide range of values. The Step can vary as well based on the MaxValue. The chart doing the calculations of the Step automatically if the AutoRange is set to True.
Can you please provide the calculation method for Step value so the stretching of the bars can be achieved dynamically?
Thanks in advance.
I'm trying to fill the entire area of the chart with bars by doing the following:
<telerikCharting:AxisY Title="Cost" AutoRange="False" MinValue="0" MaxValue="{Binding MaxValue}" Step="{Binding Step}">
The MaxValue can be a wide range of values. The Step can vary as well based on the MaxValue. The chart doing the calculations of the Step automatically if the AutoRange is set to True.
Can you please provide the calculation method for Step value so the stretching of the bars can be achieved dynamically?
Thanks in advance.