Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 FLEX 4 生成一个可追溯性矩阵。我找到的最接近的东西是绘图图,但它对我来说似乎不是正确的东西。
有什么功能或框架可以帮助我吗?我检查了 axiis 框架,但我没有找到任何东西 =/
谢谢你,抱歉英语不好:p
如果您喜欢冒险,您可以使用DataGrid控件来实现这一点。我不认为有一个图表对象会给你这个。
DataGrid
第一列将是您的行标题,单元格将是 ownerdraw。
让第一行垂直写入可能是一个问题,但我确信它已经在某个地方完成了。