This is a migrated thread and some comments may be shown as answers.

How can I color an area between two LineSeries?

2 Answers 46 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Di
Top achievements
Rank 1
Di asked on 18 Jul 2013, 07:31 PM
I have two LineSeries and I would like to color the area between them.

...
<telerikcharting:LineSeries x:Name="superiorNormalityLine" ValueBinding="YValue" CategoryBinding="XValue"  />
<telerikcharting:LineSeries x:Name="inferiorNormalityLine" ValueBinding="YValue" CategoryBinding="XValue" />
<telerikcharting:LineSeries x:Name="chartLine" ValueBinding="YValue" CategoryBinding="XValue" Stroke="DarkBlue" />
...

The superior and inferior normality lines would be the reference to know if the chart line is normal or abnormal.

Di.

2 Answers, 1 is accepted

Sort by
0
Accepted
Evgenia
Telerik team
answered on 23 Jul 2013, 08:12 AM
Hello,

 I think that you need to use the range chart type for such scenario. You may get to know it from our online demo with source code provided (just switch the Series Type to Range).

Regards,
Evgenia
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Di
Top achievements
Rank 1
answered on 24 Jul 2013, 06:11 PM
Thanks, A RangeSeries was the solution.
Tags
ChartView
Asked by
Di
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Di
Top achievements
Rank 1
Share this question
or