PersistentSeriesRenderingLayerBaseAntiAliasing Property |
LightningChart .NET Help
Anti-aliasing. Works also if the GPU doesn't support anti-aliasing in hardware.
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool AntiAliasing { get; set; }<DefaultValueAttribute(false)>
Public Property AntiAliasing As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool AntiAliasing {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also