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

TdxLookupSparklineCategories Members

Contains settings of lookup sparkline categories.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TdxSparklineProperties) Creates a new categories property set. Inherited from TdxSparklineCategories.

#Properties
Show Inherited Hide Inherited

Name Description
DataBinding Binds categories to the lookup sparkline editor’s data controller.
DataIndex Returns the index of an individual field in the data controller. Inherited from TdxSparklineCategories.
MaxValue Specifies the maximum value of the custom display range for the X-axis. Inherited from TdxSparklineCategories.
MinMaxRangeType Specifies the display range mode for the X-axis. Inherited from TdxSparklineCategories.
MinValue Specifies the minimum value of the custom display range for the X-axis. Inherited from TdxSparklineCategories.
Owner Provides access to the sparkline editor’s core settings. Inherited from TdxSparklineCategories.
ValueCount Returns the total number of records within the sparkline editor’s data controller. Inherited from TdxSparklineCategories.
Values Provides indexed access to the data controller’s records. Inherited from TdxSparklineCategories.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also