property G2antt.AntiAliasing as Boolean
Specifies whether smoothing (antialiasing) is applied to lines, curves, edges of the objects in the control.

TypeDescription
Boolean A Boolean expression that specifies whether the control uses the antialiasing rendering to show the lines, curves or edges.
By default, the AntiAliasing property is False. In other words, the AntiAliasing property determines the rendering quality for different objects in the control. The most used object where the antialiasing feature can be used is the chart's histogram where curves can be shown smoothly. Use the HistogramVisible property to specifies whether the chart's histogram is visible or hidden. Use the AllowLinkBars property to whether the user can link bars at runtime.

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.