Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSparklineSeries.MarkerColor Property

Specifies the color for all dot markers.

#Declaration

Delphi
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