I've got a RadCartesianChart with an Linear X and Y axis. The Y axis goes from 0 to 11 I'm trying to change the background of the plot area only between 10 and 11 (Showing a Warning Area). Anyone have a good idea how to do this?
Tom
2 Answers, 1 is accepted
0
Accepted
Martin Ivanov
Telerik team
answered on 12 Feb 2015, 09:32 AM
Hello Tom,
In order to achieive your requirement you can use a PlotBand annotation. Please give the chart's annotations a try and let me know if they help.
Regards,
Martin
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
I also got a similar result adding a RangeSeries with a second X-Axis then hid the axis. But the CartesianPlotBandAnnotation seems the correct way to go.