Click or drag to resize
NChartAdaptiveAntialiasing Property
Flag that determines if anti-aliasing is adaptive (true) or not (false). Adaptivity means that it is switched off automatically for the time-critical periods like user interactions or animation playing. This property takes effect if ShouldAntialias is true only. The default value is true.

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

Property Value

Type: Boolean
See Also