RenderOptionsCommonAntiAliasLevel Property |
LightningChart .NET Help
Anti-aliasing factor. 0 and 1 = No anti-aliasing.
The larger the value, the smoother the image will be, but at steep cost of performance on some display adapters.
Only objects having
Normal will be anti-aliased.
Note that with DX11 thicker (triangle) lines cannot be rendered without
anti-aliasing unless this property's value is set to be lower than 1.
Namespace:
Arction.Wpf.Charting.Views
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(4)]
public uint AntiAliasLevel { get; set; }<DefaultValueAttribute(4)>
Public Property AntiAliasLevel As UInteger
Get
Set
public:
[DefaultValueAttribute(4)]
property unsigned int AntiAliasLevel {
unsigned int get ();
void set (unsigned int value);
}Property Value
Type:
UInt32
See Also