vcl-dxsparkline-cee543dc.md
Stores appearance settings of a single sparkline chart.
TdxSparklineSeries = class(
TCollectionItem
)
A series is an individual sparkline chart whose values are stored in a data controller that is accessible via the editor’s Properties.DataController property.
The TdxSparklineSeries class has public API members that allow you to do the following:
Obtain the total number of values within the data controller (ValueCount).
Access series values (Values).
Change series area’s opacity (AreaOpacity).
Adjust a series color (Color).
Specify the diameter for all dot markers (MarkerSize).
Change dot markers color (MarkerColor, MaxPointColor, MinPointColor, NegativePointColor, StartPointColor, and EndPointColor).
Specify the drawing style of the sparkline series (SeriesType).
Set the series chart line width (LineWidth).
Specify whether the series chart is visible (Visible).
The TdxSparklineSeriesCollection‘s Items property references the TdxSparklineSeries object.
TObject TPersistent TCollectionItem TdxSparklineSeries
See Also