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