DevExpress控件使用交流,DevExpress中国社区Dev联系电话 联系电话:023-68661681

如何利用滚动图例创建一个图表控件?

来源:本站原创   发布时间:2012-09-13   浏览:2384次

当DXCharts图表中显示了太多的系列或者图例占用了太多空间时,你就可以利用这些图例来创建一个图表控件。因此,本示例主要向你展示了如何利用滚动图例创建一个图表控件。

C#
<Application x:Class="ScrollableLegend.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>
</Application>

VB.NET
<Application x:Class="ScrollableLegend.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>
</Application>
本站文章除注明转载外,均为本站原创或翻译
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:DevExpress控件中文网 [https://www.devexpresscn.com/]
本文地址:https://www.devexpresscn.com/post/337.html
在线
客服
微信
QQ 电话
023-68661681
返回
顶部