LineStyle3DAntiAliasing 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; }<DefaultValueAttribute(LineAntialias.None)>
Public Property AntiAliasing As LineAntialias
Get
Set
public:
[DefaultValueAttribute(LineAntialias::None)]
property LineAntialias AntiAliasing {
LineAntialias get ();
void set (LineAntialias value);
}Property Value
Type:
LineAntialias
See Also