Click or drag to resize

PointShapeStyleBaseSHAPEAntialiasing Property

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

Namespace:  Arction.Wpf.ChartingMVVM
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