TdxSparklineSeries.MarkerColor Property
In This Article
Specifies the color for all dot markers.
#Declaration
Delphi
property MarkerColor: TColor read; write; default clNone;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
You can use this property to change the base color of dots that denote the following series values on the chart:
The first and last;
The maximum and minimum (negative).
To override the base color with custom values, use the following properties:
The default MarkerColor property value is clNone.
See Also