Skip to main content

TdxSparklineSeries.NegativePointColor Property

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

Declaration

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