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.
是否可以在 Visiblox 图表中反转线性轴?例如,如果将线性轴用作 Y 轴并且最小和最大轴值为 1 和 10,那么我希望轴被翻转,以便 1 位于轴的顶部,而 10 位于底部。
下一个版本将在未来一两个月内发布,它将具有允许此功能的 ReverseAxis 属性。
或者,可以实现您自己的 IAxis 来执行此操作。您需要实现各种 RenderPosition 方法的新版本,例如 GetDataValueAsRenderPositionWithoutZoom,以计算正确的“反转”渲染位置。
希望这可以帮助。