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;