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:
the data type for a data group from its DataBinding.ValueType property;
a dataset field associated with the data from its DataBinding.FieldName property, which provides a list of the available data types.
See Also