TcxGridChartCategories.DataBinding Property
Specifies an object which links the default categories to a data store.
Declaration
property DataBinding: TcxGridChartItemDataBinding read; write;
Property Value
Type |
---|
TcxGridChartItemDataBinding |
Remarks
Use the DataBinding property to specify the object which links the default categories that are associated with the current TcxGridChartCategories object instance to a data store. You can use the properties of the DataBinding object to define the data type of category values, associate an arbitrary value (via the DataBinding.Data property) with the default categories and perform other operations.
At design time, you can select a value’s type for the default categories from the DataBinding.ValueType property which provides a list of the available data types.
See Also