TdxLookupSparklineSeries Class
A lookup sparkline series.
Declaration
TdxLookupSparklineSeries = class(
TdxSparklineSeries
)
Remarks
A series is a group of related data points displayed as a lightweight diagram that helps users compare multiple trends over any period of time.
The TdxLookupSparklineSeries
class members allow you to do the following:
Obtain the total number of values within the data controller (ValueCount).
Access series values (Values).
Bind the series to the sparkline editor’s data controller (DataBinding).
Adjust the series area’s opacity (AreaOpacity).
Assign the series line color (Color).
Specify the diameter for all dot markers (MarkerSize).
Change the color of dot markers (MarkerColor, MaxPointColor, MinPointColor, NegativePointColor, StartPointColor, and EndPointColor).
Specify the display style of the sparkline series (SeriesType).
Set the series line width (LineWidth).
Show or hide the series (Visible).
Direct TdxLookupSparklineSeries Class Reference
The series collection‘s Items property references a TdxLookupSparklineSeries
object.