Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartItemDataBinding Members

An object which links a Chart View item to a data store.

#Constructors
Show Inherited Hide Inherited

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
Show Inherited Hide Inherited

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
Show Inherited Hide Inherited

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