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.EndPointColor Property

Specifies a color of the series chart end marker.

#Declaration

Delphi
property EndPointColor: TColor read; write; default clNone;

#Property Value

Type Default
TColor clNone

#Remarks

Use the StartPointColor and EndPointColor properties to display the chart markers that terminate the series chart.

This property has no visual effect if the MarkerSize property value is 0.

The default EndPointColor property value is clNone.

See Also