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 チャートで LinearAxis を反転することは可能ですか? たとえば、線形軸が Y 軸として使用されていて、軸の最小値と最大値が 1 と 10 の場合、1 が軸の上部に、10 が軸の上部になるように軸を反転させたいと思います。下。
次のバージョンは、1 ~ 2 か月以内にリリースされる予定ですが、この機能を可能にする ReverseAxis プロパティが含まれます。
または、これを行うために独自の IAxis を実装することもできます。正しい「反転」レンダリング位置を計算するには、GetDataValueAsRenderPositionWithoutZoom などのさまざまな RenderPosition メソッドの新しいバージョンを実装する必要があります。
お役に立てれば。