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

Specifies the color for the dot marker that indicates the minimum negative value.

#Declaration

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

#Property Value

Type Default
TColor clNone

#Remarks

You can use this property to set the special color for the minimum value’s chart marker when it indicates a value below zero.

The control uses the MinPointColor value instead of NegativePointColor to fill the marker if the minimum chart value is positive.

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

The default NegativePointColor property value is clNone.

See Also