TdxCustomFlowChart.Antialiasing Property
Specifies whether the control applies antialiasing to its content.
Declaration
property Antialiasing: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to enable antialiasing for all chart symbols within the control.
The Antialiasing
property’s default value is True
.
See Also