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

TdxLookupSparklineItemDataBinding Class

A lookup sparkline editor connection to a data source.

#Declaration

Delphi
TdxLookupSparklineItemDataBinding = class(
    TdxSparklineItemDataBinding
)

#Remarks

The TdxLookupSparklineItemDataBinding class members allow you to do the following:

  • Access the data source that contains data to display (DataSource).

  • Specify the dataset field that contains values for the sparkline chart’s X-axis or Y-axis (FieldName and DataIndex).

  • Set the specified field’s value type (ValueType).

  • Access the lookup sparkline editor’s properties (Properties).

The Categories.DataBinding and Series.DataBinding properties of lookup sparkline editor settings reference a TdxLookupSparklineItemDataBinding object.

#Inheritance

TObject
TPersistent
TdxSparklineItemDataBinding
TdxLookupSparklineItemDataBinding
See Also