Skip to main content

TdxSparklineSeries.MarkerColor Property

Specifies the color for all dot markers.

Declaration

property MarkerColor: TColor read; write; default clNone;

Property Value

Type Default
TColor clNone

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