TcxGridChartItemDataBinding Properties
An object which links a Chart View item to a data store.Name | Description |
---|---|
Data | Allows you to store additional data within the data binding. |
DataController | Provides access to the data controller which manages the Chart View item’s data. |
DataIndex | Determines the index of the item (a data field) in the data controller’s data store, which corresponds to the Chart View item’s DataBinding object. |
GridView | Provides access to the Chart View which displays the DataBinding item. |
Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
SummaryIndex | Determines the index of a group summary associated with bound data. |
SummaryItem | Provides access to a group summary object created for a series linked to the DataBinding object. |
ValueType | Specifies the string representation of the value type class. |
ValueTypeClass | Determines the data type of the data binding. |
See Also