开发者

Silverlight average line in Columnseries

开发者 https://www.devze.com 2023-01-28 13:18 出处:网络
I have an Columnseries and now I want to display a line that shows the average of all Columns. If I add a Lineseries, it\'s dis开发者_StackOverflow社区play next to the columnseries, not behind.

I have an Columnseries and now I want to display a line that shows the average of all Columns. If I add a Lineseries, it's dis开发者_StackOverflow社区play next to the columnseries, not behind.

Any suggestions?

Thanks Juono


Create a line series that contains the same number of entries as the ColumnSeries and that has an identical set of IndependentValues, set the DependentValue to the same value average value. If you want this to appear behind the ColumnSeries (seems a strange thing to do) you would make it the first series in the chart then have the ColumnSeries as the last series in the chart.

0

精彩评论

暂无评论...
验证码 换一张
取 消