Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSparklineCategories Class

Contains categories settings.

#Declaration

Delphi
TdxSparklineCategories = class(
    TPersistent
)

#Remarks

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).

#Direct TdxSparklineCategories Class Reference

The sparkline editor’s Properties.Categories property references the TdxSparklineCategories object.

#Inheritance

TObject
TPersistent
TdxSparklineCategories
See Also