You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WinUI 3 realtime 3D surface chart, .NET 10 C# - 720K vertices rebuilt every 20ms. GPU compute shader builds the polygon mesh on 2000+ cores; CircularBuffer zero-copy append with no data shifting. Pe3doWinUI, Direct3D.
WinUI 3 chart hit testing and cursor tracking, .NET 10 C# example. ConvPixelToGraph pixel-to-value tooltip on a dual-Y-axis chart · GetHotSpot identifies data points, series legends and axis labels live · ProEssentials PegoWinUI · Direct2D
WinUI 3 oil and gas 3D wellbore visualization, .NET 10 C# - animated camera flythrough down multiple well trajectories over real terrain. Drill target annotations, 3D tube paths, contour scale. Press 0-9 to fly a well. Pe3doWinUI, Direct3D.
WinUI 3 Doppler radar reflectivity chart, .NET 10 C# - real NEXRAD WSR-88D Level II data as a 2D contour with the NWS standard dBZ color table and a geographic map background. Python + C# V06 parser for any NOAA station. PesgoWinUI.
WinUI 3 spectrogram heatmap chart, .NET 10 C# - 93K data points, log frequency axis, ContourColors GPU rendering. A clean starting point for building your own spectrogram, signal analyzer or frequency heatmap. PesgoWinUI, Direct3D.
WinUI 3 OHLC candlestick chart, .NET 10 C# - Bollinger Bands, RSI, a custom stochastic oscillator and Buy/Sell signal annotations across 10 real stocks. Four synchronized axes, live OHLCV hover, date axis. PegoWinUI, Direct2D.
WinUI 3 chart secondary axis and multi-axis layouts, .NET 10 C# how-to. Switch four axis layouts live: separate, overlapped, 2+2 split, 2-per-axis · MultiAxesSubsets + OnRightAxis move a series to the right Y · ProEssentials PesgoWinUI · Direct2D