Click or drag to resize
NChartShouldAntialias Property
Flag that determines if the image should be anti-aliased (true) or not (false). Antialiasing makes the picture smoother, but impacts performance. The default value is false.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool ShouldAntialias { get; set; }

Property Value

Type: Boolean
See Also