开发者

Silverlight average line in Columnseries

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜