TeeChart .NET WPF SmoothingMode
Posted: Tue May 11, 2021 3:04 pm
Hi,
In WinForms we are able to set the
Is there an equivalent in WPF for .NET 5? I cannot seem to find it.
In WinForms we are able to set the
Code: Select all
tChart1.Aspect.SmoothingMode = System.Drawing.Drawing2D.SmootingMode.HighSpeed;