Click or drag to resize

LineStyle3DZoomBoxAntiAliasing Property

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

Note that line width is defined in 3D world coordinates, not in pixels as with 2D line. With DX11 thicker (triangle) lines cannot be rendered without anti-aliasing unless AntiAliasLevel is set to a value lower than 1.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(LineAntialias.None)]
public LineAntialias AntiAliasing { get; set; }

Property Value

Type: LineAntialias
See Also