vcl-dxsparkline-fd36b411.md
Contains categories settings.
TdxSparklineCategories = class(
TPersistent
)
This class provides the following members that allow you to:
Specify the display range type for the X-axis (MinMaxRangeType).
Bind categories to the sparkline editor’s data controller (DataBinding).
Access an individual field within the data controller (DataIndex).
Obtain the total number of records within the sparkline editor’s data controller (ValueCount).
Access the sparkline editor’s core settings (Owner).
Access the data controller’s records (Values).
The sparkline editor’s Properties.Categories property references the TdxSparklineCategories object.
TObject TPersistent TdxSparklineCategories
See Also