TcxGridChartItemDataBinding Members
An object which links a Chart View item to a data store.Constructors
Name | Description |
---|---|
Create(TcxGridChartView,Boolean,TcxValueTypeClass) | Initializes a new instance of the TcxGridChartItemDataBinding class with specified settings. |
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. |
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. |
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. |
IsValueTypeClassValid(TcxValueTypeClass) | Determines whether the specified data type comply with the current data binding settings. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
ToString | Inherited from TObject. |
See Also