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 图表工具包的 RulerBehavior 上工作的经验?我正在寻找一些增量查找示例。Visiblox 论坛不包含任何此类信息。因此,如果有人可以分享他/她的经验。
提前致谢
增量值?如最大值减去最小值?
这是我所做的:
double xMeasure = (double)MyRuler.MaxX - (double)MyRuler.MinX; double yMeasure = (double)MyRuler.MaxY - (double)MyRuler.MinY;