問題タブ [scichart]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
scichart - SciChart TimeSpanAxis が VerticalLineAnnotation を表示しない
SciChart v5.1.0.11299 を使用して、TimeSpanAxis を X 軸として VerticalLineAnnotations を表示しようとしています。NumericAxis を使用して垂直線を表示できますが、TimeSpanAxis では表示できません。
ただし、NumericAxis として対応するバージョンは VerticalLineAnnotations をレンダリングします。
これは可能でなければなりませんが、NumericAxis に関して必要な違いの例が見つかりませんか?
前もって感謝します。
wpf - Windows リモート デスクトップを使用して接続するときの OnRenderSurfaceBaseLoaded null 例外
Windows リモート デスクトップを使用して接続すると、OnRenderSurfaceBaseLoaded null 例外が発生します。Windows 10 上の SciChart 4.2.3.10193 および v5.1.0.11299 でテスト済み。以下に関連する投稿がありますが、SciChart v5.1.0.11299 ではこの問題を解決しません。
https://www.scichart.com/questions/question/nullreferenceexception-when-using-direct3d
行った変更には、IRenderSurface.Dispose() を呼び出して、LinearGradient ブラシを使用して CustomRenderableSeries から発生したメモリ使用量を解放することが含まれます。
if(scs.GetValue(SciChartSurfaceBase.RenderSurfaceProperty) is IRenderSurface renderSurface)
renderSurface.Dispose();