简体   繁体   English

如何在 DXChart 中显示数据表

[英]How to show datatable in DXChart

I'm currently working with a large dataset and dxcharts.我目前正在使用大型数据集和 dxcharts。 Showing the data labels has become a problem caused by the quantity of information and the size of the chart.由于信息量和图表的大小,显示数据标签已经成为一个问题。 I resolved part of the problem thanks to the zoom tool of dxchart but it would like to show the values of the series as a data table under the x axis the same way a Excel chart can do it.由于 dxchart 的缩放工具,我解决了部分问题,但它希望将系列的值显示为 x 轴下的数据表,就像 Excel 图表可以做到的那样。 After reading all the documentation on devexpress, I cant find a way for the data table to show or even know if its possible.在阅读了有关 devexpress 的所有文档后,我找不到数据表的显示方式,甚至无法知道它是否可能。

You can bind the same datasource to a dxdatagrid as a second widget.您可以将相同的数据源绑定到 dxdatagrid 作为第二个小部件。 Without knowing your exact data structure, this could be easy or hard.如果不知道您的确切数据结构,这可能很容易也可能很难。

I found this in the devexpress knowledgebase.我在 devexpress 知识库中找到了这个。 https://www.devexpress.com/Support/Center/Question/Details/T440661/datasource-share-it-between-multiple-widgets https://www.devexpress.com/Support/Center/Question/Details/T440661/datasource-share-it-between-multiple-widgets

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM