开发者

DevExpress Charts Question

开发者 https://www.devze.com 2023-03-05 08:00 出处:网络
Is it possible to create chart (as shown o开发者_Python百科n screenshot) in DevExpress Chart control?

Is it possible to create chart (as shown o开发者_Python百科n screenshot) in DevExpress Chart control?

DevExpress Charts Question


I have developed something similiar, already. I learned that it is better to use XtraGrid instead of the chart, as pattern matrix. The I used CustomCell drawing feature to draw colored bars according values in the cell.


Avoid DevExpress charts if you are rendering anything more than 100 data points. At least in v14 and v15, the charting controls are very, very slow compared to most things out there. Every time it redraws, you have to wait seconds for it to redraw.

This does not detract from how awesome the rest of DevExpress is (its my library of choice for everything else).


I think a different component (Pivot Table) is a more suitable solution here.

For instance, DevExpress PivotGridControl supports in-place editors such as Progress Bar (see the following example).

In addition, you can hide cells with zero values by handling the CustomCellDisplayText event and setting the e.DisplayText property to an empty string.


The simple answer is YES, it is possible

0

精彩评论

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

关注公众号