Click or drag to resize

AxisRoundBaseAntiAliasing Property

LightningChart .NET Help
Gets or sets anti-aliased draw. This is a dependency property. Drawing anti-aliased draws the axis with smooth edges, but will increase CPU/GPU overhead.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(true)]
public bool AntiAliasing { get; set; }

Property Value

Type: Boolean
See Also