TdxSparklineSeries.StartPointColor Property
Specifies a color of the series chart start marker.
Declaration
property StartPointColor: 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 effect if the MarkerSize property value is 0.
The default StartPointColor property value is clNone.
See Also