Skip to main content

TcxGridDBChartDataGroup.DataBinding Property

Specifies an object, which links the data group to a dataset.

Declaration

property DataBinding: TcxGridDBChartItemDataBinding read; write;

Property Value

Type
TcxGridDBChartItemDataBinding

Remarks

You can use the properties of the specified DataBinding object to:

  • define the data type of the data group’s values;

  • link the data group to a specific data field in a dataset via the DataBinding.FieldName property;

  • associate an arbitrary value with the data group via the DataBinding.Data property;

  • etc.

At design time, you can select:

See Also