TdxSparklineSeries.MinPointColor Property
Specifies the color for the dot maker that stores the minimum value.
Declaration
property MinPointColor: TColor read; write; default clNone;
Property Value
Type | Default |
---|---|
TColor | clNone |
Remarks
Use the MaxPointColor and MinPointColor properties to display the chart markers that show the maximum and minimum values of the series chart.
This property has no visual effect if the MarkerSize property value is 0.
The default MinPointColor property value is clNone.
See Also