Silverlight Charting LineSeries - 为数据点添加标题

发布于 2024-10-17 02:15:28 字数 729 浏览 2 评论 0原文

 <toolkit:Chart Title="Sales" Name="ChartSales">
                     <toolkit:Chart.Series>
                <toolkit:LineSeries
                            Title="Serie1" Name="LineSerie1"
                            IndependentValueBinding="{Binding Key}"
                            DependentValueBinding="{Binding Value}" />
                <toolkit:LineSeries
                            Title="Serie3" Name="LineSerie3"
                            IndependentValueBinding="{Binding Key}"
                            DependentValueBinding="{Binding Value}" />

我创建了一个包含 10 个线系列的图表,所有这些都运行良好。然而,此图表上的数据太多,我需要在指向数据点时显示的标题比 1243 更明确。我需要查看 LineSerie 的日期和标题

我该如何继续?

 <toolkit:Chart Title="Sales" Name="ChartSales">
                     <toolkit:Chart.Series>
                <toolkit:LineSeries
                            Title="Serie1" Name="LineSerie1"
                            IndependentValueBinding="{Binding Key}"
                            DependentValueBinding="{Binding Value}" />
                <toolkit:LineSeries
                            Title="Serie3" Name="LineSerie3"
                            IndependentValueBinding="{Binding Key}"
                            DependentValueBinding="{Binding Value}" />

I have created a chart with 10 lineseries, all working nicely. However there are so much data on this chart that I need the caption that show up when pointing over the datapoint to be more explicit than 1243. I need to see the date and the title of the LineSerie

How do I proceed?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文