TdxSparklineSeries Class
Stores appearance settings of a single sparkline chart.
Declaration
TdxSparklineSeries = class(
TCollectionItem
)
Remarks
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.
Main API Members
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).
Direct TdxSparklineSeries Class Reference
The TdxSparklineSeriesCollection‘s Items property references the TdxSparklineSeries
object.