Rilasci di TeeChart .NET for Avalonia

Released: Apr 21, 2026

Aggiornamenti in 2026 (Build: 5.2026.4.21)

Funzionalità

  • Added Tornado Chart series type:
    • Ideal for side-by-side comparisons and sensitivity analysis, clearly highlighting the relative impact of variables in a clean, intuitive layout.
  • Added support for custom tools in Editor Tools list.

Correzioni

  • Legend scrollbar can incorrectly re-dimension.

Released: Nov 30, 2025

Aggiornamenti in 2025 (Build: 5.2025.11.30)

Funzionalità

  • New function type - Vapor Pressure Deficit (VPD)
    • Vapor Pressure Deficit is a function used to follow the relationship between temperature and humidity. Often used in horticulture where greenhouses can control the relationship between the variables.

Correzioni

  • Fixed issue where SurfaceNearest Tool can hide series colours under some circumstances.

Released: Jul 9, 2025

Aggiornamenti in 2025 (Build: 5.2025.7.7)

Correzioni

  • Fixed issue where scrolling inverted legend positioned on top causes crash.
  • Fixed issue where Sankey Series Labels in vertical orientation not correctly aligned.
  • Fixed issue when clicking on a chart with a series on it - BeforeDrawSeries event is triggered and erases custom drawing.
  • Fixed Axis zoom.

Released: May 7, 2025

Aggiornamenti in 2025 (Build: 5.2025.5.7)

Correzioni

  • Fixed: PointCurve smooth missing last point on curve.
  • Fixed: TeeChart for Avalonia. Pie series not rendering sidewalls.

Released: Mar 9, 2025

Aggiornamenti in 2025 (Build: 5.2025.3.9)

Funzionalità

  • Added GDI+ line curve option alongside TeeChart's Smoothing option. eg.
    line1.FillSampleValues(20);
    line1.Smoothed = true;
    line1.SmoothStyle = SmoothStyles.PointsCurve; //<-- new option

Correzioni

  • Fixed an issue where the custom axes stats don't update correctly on zoom.
  • Fixed an issue where the LineSeries smoothing didn't handle Nan points.

Released: Nov 14, 2024

Aggiornamenti in 2024 (Build 5.2024.11.14)

Correzioni

  • Scrollpager tool blocks setting of Margin properties of Chart
    • This fix provides an improved handling of the left margin, though it may still require further adjustments for specific cases.

Released: Jul 22, 2024

Aggiornamenti in 2024 (Build 5.2024.7.22)

Correzioni

  • Drawline tool generating error on draw.

Released: Jun 18, 2024

Aggiornamenti in 2024 (Build 5.2024.6.18)

Funzionalità

  • Enabled candle series in the XAML interface.

Correzioni

  • Instrument Gauges demo strange behavior.
  • Both demos in [Miscellaneous > Walls], transparency/elevation not working.
  • Cone bar Style demo isn't doing anything.
  • Source tab not working for some demos.
  • Design Time Drill Down demo crashes the whole demos project.
  • [Canvas > Custom Gradients] demo bug, gradient not shown.
  • Canvas Anti-alias not working for .NET 6+ demos.
  • Some demos have checkbox 3D checked, but not shown as 3D...

Released: Jun 17, 2024

Aggiornamenti in 2024 (Build 5.2024.6.17)

Funzionalità

  • Enabled Candle series in the XAML interface.

Correzioni

  • [Canvas > Custom Gradients] demo bug, gradient not shown.
  • Canvas anti-alias not working for .NET 6+ demos.
  • Some demos have checkbox 3D checked, but not shown as 3D.
  • .NET 6 Image Bar demo not working.
  • Instrument Gauges demo strange behavior.
  • Both demos in [Miscellaneous > Walls], transparency/elevation not working.
  • Cone bar Style demo isn't doing anything.
  • Source tab not working for some demos.
  • Design Time Drill Down demo...

Released: May 23, 2024

Aggiornamenti in 2024 (Build 5.2024.5.23)

Funzionalità

  • Improved SVG export rendering.
  • Legend items can now be clicked to activate/deactivate associated Series.

Correzioni

  • Importing of functions does not set datasource.
  • Gauge gives an error just placing it on a form.
  • Fixed Annotation Click Event for WPF .NET 5.
  • Incorrect Index on Legend Item Click.
  • Axis labels not located correctly at all rotation angles.
  • The vertical height of long bottom axis labels is not calculated with enough precision.
  • Hotspot canvas not responding correctly in...