Is it possible to have a chart which displays only positive values without setting manually Min and Max values?
What I am looking for is a property like the LinearAxis.RangeExtendDirection in the SIlverlight ChartView, is it available in the .net control?
Thanks,
Michele
3 Answers, 1 is accepted
0
Peshito
Telerik team
answered on 17 Jan 2013, 09:00 AM
Hi FISCAL,
As my colleague Yavor mentioned in another thread in here, in the ASP AJAX Chart you have two options - either let the control autosize the axis, or set the range manually.
All the best,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
The property has three possible values which are All, Negative and Positive. This approach will indeed work without manually specifying the range of your axis.
Hope this helps.
All the best,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.