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; }
Public Property AdaptiveAntialiasing As Boolean
Get
Set
public:
virtual property bool AdaptiveAntialiasing {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also