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

TcxGridDBChartSeries.DataBinding Property

Specifies an object which links the series to a dataset.

#Declaration

Delphi
property DataBinding: TcxGridDBChartItemDataBinding read; write;

#Property Value

Type
TcxGridDBChartItemDataBinding

#Remarks

Use the DataBinding property to specify the object which links the series to a dataset. You can use the properties of the DataBinding object to define the data type of the series values, link the series to a specific data field in the dataset via the DataBinding.FieldName property, associate an arbitrary value (via the DataBinding.Data property) with the series and perform other operations.

At design time, you can select a value type for the series and choose a dataset field associated with the categories from the DataBinding.ValueType and DataBinding.FieldName properties which provide lists of the available values.

See Also