TcxGridDBChartItemDataBinding Members
An object which links a Chart View item with a dataset field.Constructors
| Name | Description |
|---|---|
| Create(TcxGridChartView,Boolean,TcxValueTypeClass) | Initializes a new instance of the TcxGridChartItemDataBinding class with specified settings. Inherited from TcxGridChartItemDataBinding. |
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetValueDisplayText(Variant) | Determines the display text for the chart item value passed as the AValue parameter. Inherited from TcxGridChartItemDataBinding. |
| IsValueTypeClassValid(TcxValueTypeClass) | Determines whether the specified data type comply with the current data binding settings. Inherited from TcxGridChartItemDataBinding. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ToString | Inherited from TObject. |
See Also