TdxSparklineProperties.Antialiasing Property
In This Article
Specifies whether the control applies antialiasing to its charts.
#Declaration
Delphi
property Antialiasing: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to disable antialiasing mode for all charts within the control.
The default Antialiasing property value is True.
See Also