This question is locked. New answers and comments are not allowed.
I have two LineSeries and I would like to color the area between them.
The superior and inferior normality lines would be the reference to know if the chart line is normal or abnormal.
Di.
...<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.