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

TdxChartSeriesDataBindingClass Type

A reference to a data binding settings class used by chart series.

#Declaration

Delphi
TdxChartSeriesDataBindingClass = class of TdxChartSeriesCustomDataBinding;

#Referenced Class

Type Description
TdxChartSeriesCustomDataBinding

The base class for all data binding setting classes used by chart series.

#Remarks

The DataBindingClass property of a series references the TdxChartSeriesDataBindingClass type. Refer to this property’s description for the full list of available data binding setting classes and compatible series classes.

See Also