I’ve never used the chart controls before and I’m attempting to create an area chart in WPF that allows the area (difference) between the 2 lines to be colored based on the line color that is greater. Is there a simple example I can see. I’ve included an example snap shot of what I’m trying to do.
Thanks,
Wayne
4 Answers, 1 is accepted
0
Hello Wayne,
The described functionality is not supported by our charting components. However, if you give us more information about your scenario we may be able to work this around.
Regards,
Martin
Telerik
The described functionality is not supported by our charting components. However, if you give us more information about your scenario we may be able to work this around.
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.
0
aymeric
Top achievements
Rank 1
answered on 03 Oct 2014, 12:56 PM
Hello we have the same scenario which to draw the area between two times series (S1 & S2)
when S1 > S2 the area uses color 1
when S1 < S2 the area uses color 2.
The two series could have missing values.
when S1 > S2 the area uses color 1
when S1 < S2 the area uses color 2.
The two series could have missing values.
0
aymeric
Top achievements
Rank 1
answered on 03 Oct 2014, 12:58 PM
here is an example
0
Hi Aymeric,
RadChartView does not provide this kind of visualization. However, we logged a feature request for such functionality in our feedback portal where you can vote and track its status.
I can also suggest you another type of visualization for the data displayed in the chart from the attachment. You can use RangeBarSeries with different colored (red, green) bars based on the Low and the High values of the bar.
Regards,
Martin
Telerik
RadChartView does not provide this kind of visualization. However, we logged a feature request for such functionality in our feedback portal where you can vote and track its status.
I can also suggest you another type of visualization for the data displayed in the chart from the attachment. You can use RangeBarSeries with different colored (red, green) bars based on the Low and the High values of the bar.
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.