StockSharp.Xaml.Charting
5.0.244
Prefix Reserved
dotnet add package StockSharp.Xaml.Charting --version 5.0.244
NuGet\Install-Package StockSharp.Xaml.Charting -Version 5.0.244
<PackageReference Include="StockSharp.Xaml.Charting" Version="5.0.244" />
<PackageVersion Include="StockSharp.Xaml.Charting" Version="5.0.244" />
<PackageReference Include="StockSharp.Xaml.Charting" />
paket add StockSharp.Xaml.Charting --version 5.0.244
#r "nuget: StockSharp.Xaml.Charting, 5.0.244"
#:package StockSharp.Xaml.Charting@5.0.244
#addin nuget:?package=StockSharp.Xaml.Charting&version=5.0.244
#tool nuget:?package=StockSharp.Xaml.Charting&version=5.0.244
📊 StockSharp.Xaml.Charting – WPF Charting Library

Powerful and flexible WPF charting component for trading applications. Supports candles, indicators, order book, trades, and much more.
✨ Features
- Candle Charts – Render price candles for any timeframe
- Indicators Overlay – Add built-in or custom indicators to any chart
- Trades Visualization – Show buy/sell trades directly on the chart
- Order Book (Market Depth) Charts – Visualize L2 order book as histograms
- Custom Drawing – Draw lines, shapes, and highlights for analytics
- Interactive Zoom & Pan – Full mouse navigation and touch support
- WPF Native – Easy integration into .NET and StockSharp projects
📦 Main Components
- ChartArea – Host for multiple chart panels
- ChartPanel – Contains candles, trades, order book, and drawings
- ChartIndicatorElement – Render indicators as overlays or separate panels
- Custom Tools – Vertical/horizontal lines, markup, highlights
🛠️ Visualization Types
- Candles (OHLC, HLC, Line, Area, Range, Renko, P&F)
- Market Depth / DOM
- Tick charts
- Order/Trade markers
- Indicators (MA, Bollinger, RSI, and more)
🔗 Links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 is compatible. |
-
net10.0-windows7.0
- StockSharp.Charting.Interfaces (>= 5.0.101)
- StockSharp.Xaml (>= 5.0.243)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on StockSharp.Xaml.Charting:
| Package | Downloads |
|---|---|
|
StockSharp.Xaml.Diagram
Visual designer to create trading strategies. More info on web site https://stocksharp.com/store/ |
|
|
StockSharp.Studio.Controls
Controls for UI applications. More info on web site https://stocksharp.com/store/ |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on StockSharp.Xaml.Charting:
| Repository | Stars |
|---|---|
|
Capnode/Algoloop
Windows desktop algo trading with QuantConnect Lean engine.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.244 | 0 | 7/28/2026 |
| 5.0.243 | 4,866 | 9/11/2025 |
| 5.0.242 | 452 | 9/1/2025 |
| 5.0.241 | 327 | 8/30/2025 |
| 5.0.240 | 550 | 8/10/2025 |
| 5.0.239 | 846 | 7/23/2025 |
| 5.0.238 | 669 | 7/22/2025 |
| 5.0.237 | 482 | 7/20/2025 |
| 5.0.236 | 363 | 7/20/2025 |
| 5.0.235 | 454 | 7/14/2025 |
| 5.0.234 | 334 | 7/8/2025 |
| 5.0.233 | 307 | 7/4/2025 |
| 5.0.232 | 344 | 6/30/2025 |
| 5.0.231 | 462 | 6/24/2025 |
| 5.0.230 | 264 | 6/24/2025 |
| 5.0.229 | 322 | 6/20/2025 |
| 5.0.228 | 340 | 6/18/2025 |
| 5.0.227 | 457 | 6/2/2025 |
| 5.0.226 | 557 | 5/14/2025 |
| 5.0.225 | 861 | 4/2/2025 |
Drop obfuscation from the XAML projects
Remove obsolete planning/analysis docs (fully implemented)
Remove nullable reference type annotations (CS8632)
Cross-platform porting: Xaml.Charting and Xaml.Diagram for Avalonia and MAUI
DelegateCommand moved to Ecng.ComponentModel.
IChart. AddElement overloads.
IBackService. PublishAsync accepts expiresIn
IEnumerableEx removed.
Lock usage.
DateTimeOffset -> DateTime UTC
ChartHelper. Removed CandleSeries methods as obsolete.
PercentagePriceOscillatorSignalPainter
PercentagePriceOscillatorHistogramPainter