TdxSparklineSeries.MarkerSize Property
In This Article
Specifies the diameter for all dot markers, in pixels.
#Declaration
Delphi
property MarkerSize: Integer read; write; default 3;
#Property Value
Type | Default |
---|---|
Integer | 3 |
#Remarks
You can use this property to adjust the size of dots that denote the following series values on the chart:
If the MarkerSize property value is 0, all markers are hidden.
The default MarkerSize property value is 3.
See Also