TdxLookupSparklineCategories Class
Contains settings of lookup sparkline categories.
Declaration
TdxLookupSparklineCategories = class(
TdxSparklineCategories
)
Remarks
The TdxLookupSparklineCategories
class members allow you to do the following:
Specify the display range type for the X-axis (MinMaxRangeType).
Bind categories to the sparkline editor’s data controller (DataBinding).
Access an individual field in the data controller (DataIndex).
Obtain the total number of records in the sparkline editor’s data controller (ValueCount).
Access the sparkline editor’s core settings (Owner).
Access the data controller’s records (Values).
Direct TdxLookupSparklineCategories Class Reference
A lookup sparkline editor’s Properties.Categories property references a TdxLookupSparklineCategories
object.
Inheritance
TObject
TPersistent
TdxSparklineCategories
TdxLookupSparklineCategories
See Also