property ChartView.AntiAliasing as Boolean
Specifies whether smoothing (antialiasing) is applied to lines or curves in the control.

TypeDescription
Boolean A Boolean expression that specifies whether the control uses the antialiasing rendering to show the lines or curves in the control.
By default, the AntiAliasing property is False. In other words, the AntiAliasing property determines the rendering quality for different objects in the control. For instance, you can use the antialiasing feature to show the arrows or links between nodes more smoothly. The ShowLinksDir property specifies whether the links show the directions. Use the LinkTo property to link arbitrary a node with another. The LinkToCaption property specifies the HTML caption being shown on a link.

The following figure illustrates the visual distortion that occurs when anti-aliasing is used.

The following figure illustrates the visual distortion that occurs when anti-aliasing is not used.