Currently using RadControls for WPF Q2 2011. It seems that the sparkline normal r4ange is not rendered when the NormalRangeTop and NormalRangeBottom are BOTH set to values that lie outside the range of data points.
So, for example, if my data points range from 20 to 40, then
When Top and Bottom are:
39 and 0, normal range appears
41 and 0, does not appear
70 and 20, normal range appears
70 and 10, doea not appear
Is this by design? Or is this a bug? Or am I missing a property setting? If by design, plase explain.
Thanks
Dan
So, for example, if my data points range from 20 to 40, then
When Top and Bottom are:
39 and 0, normal range appears
41 and 0, does not appear
70 and 20, normal range appears
70 and 10, doea not appear
Is this by design? Or is this a bug? Or am I missing a property setting? If by design, plase explain.
Thanks
Dan