TdxSparklineSeries.SeriesType Property
In This Article
Specifies the drawing style of the sparkline editor series.
#Declaration
Delphi
property SeriesType: TdxSparklineSeriesType read; write; default stLine;
#Property Value
Type | Default |
---|---|
Tdx |
st |
#Remarks
You can use this property to choose between available series line styles:
Value | Image |
---|---|
st |
![]() |
st |
![]() |
st |
![]() |
st |
![]() |
The default SeriesType property value is stLine.
See Also