Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Charts Visiblox图表:用于计算增量值的标尺行为_Charts_Visiblox_Rulers - Fatal编程技术网

Charts Visiblox图表:用于计算增量值的标尺行为

Charts Visiblox图表:用于计算增量值的标尺行为,charts,visiblox,rulers,Charts,Visiblox,Rulers,有没有人有使用Visiblox图表工具包的RulerBehavior的经验?我正在寻找一些寻找三角洲的例子。Visiblox论坛不包含任何此类信息。因此,如果有人能分享他/她的经验 提前感谢增量值? 如最大值减去最小值 以下是我的工作: double xMeasure = (double)MyRuler.MaxX - (double)MyRuler.MinX; double yMeasure = (double)MyRuler.MaxY - (double)MyRuler.MinY;

有没有人有使用Visiblox图表工具包的RulerBehavior的经验?我正在寻找一些寻找三角洲的例子。Visiblox论坛不包含任何此类信息。因此,如果有人能分享他/她的经验

提前感谢

增量值? 如最大值减去最小值

以下是我的工作:

double xMeasure = (double)MyRuler.MaxX - (double)MyRuler.MinX;
double yMeasure = (double)MyRuler.MaxY - (double)MyRuler.MinY;