TcxGridDBChartItemDataBinding Properties
An object which links a Chart View item with a dataset field.| Name | Description |
|---|---|
| Data | Allows you to store additional data within the data binding. Inherited from TcxGridChartItemDataBinding. |
| DataController | Provides access to the data controller which manages the data-aware 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. Inherited from TcxGridChartItemDataBinding. |
| Field | Provides access to the field associated with the Chart View item. |
| FieldName | Specifies the name of the item’s field. |
| GridView | Provides access to the Chart View which displays the DataBinding item. Inherited from TcxGridChartItemDataBinding. |
| 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. Inherited from TcxGridChartItemDataBinding. |
| SummaryItem | Provides access to a group summary object created for a series linked to the DataBinding object. Inherited from TcxGridChartItemDataBinding. |
| ValueType | Specifies the string representation of the value type class. Inherited from TcxGridChartItemDataBinding. |
| ValueTypeClass | Determines the data type of the data binding. Inherited from TcxGridChartItemDataBinding. |
See Also