Skip to main content

TdxSparklineSeries.SeriesType Property

Specifies the drawing style of the sparkline editor series.

Declaration

property SeriesType: TdxSparklineSeriesType read; write; default stLine;

Property Value

Type Default
TdxSparklineSeriesType stLine

Remarks

You can use this property to choose between available series line styles:

Value Image
stLine
stPoint
stArea
stBar

The default SeriesType property value is stLine.

See Also