Skip to main content

TcxGridDBChartDataGroup Members

A data group in a data-aware Chart View.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
Active Specifies whether the data group provides categories to render a chart (i.e. is active). Inherited from TcxGridChartDataGroup.
ActiveValue Specifies the active value for the data group. Inherited from TcxGridChartDataGroup.
ActiveValueDisplayText Returns a string representation of the data group’s active value as it appears in the data level navigator. Inherited from TcxGridChartDataGroup.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
DataBinding Specifies an object, which links the data group to a dataset.
DataLevel Specifies the on-screen position of the data level associated with the data group in the data level navigator. Inherited from TcxGridChartDataGroup.
DesignInfo Inherited from TComponent.
DisplayText Specifies the descriptive text for the chart item. Inherited from TcxGridChartItem.
FakeComponentLink1 Inherited from TcxComponent.
FakeComponentLink2 Inherited from TcxComponent.
FakeComponentLink3 Inherited from TcxComponent.
GridView Provides access to the Chart View, which displays the chart item. Inherited from TcxGridChartItem.
ID Specifies the unique identifier assigned to the chart item. Inherited from TcxGridChartItem.
Index Specifies the position of the chart item (a series or data group) within the Series and DataGroups collections. Inherited from TcxGridChartItem.
IsDesigning Inherited from TcxComponent.
IsDestroying Inherited from TcxComponent.
IsLoading Inherited from TcxComponent.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Order Determines the position of the chart item in a list of chart items sorted by their IDs. Inherited from TcxGridChartItem.
Owner Inherited from TComponent.
SortOrder Specifies the order in which the data group’s categories are displayed once this group becomes active. Inherited from TcxGridChartDataGroup.
Tag Inherited from TcxGridChartItem.
ValueCount Specifies how many records in the View’s data controller are available to render a chart. Inherited from TcxGridChartItem.
Values Provides indexed access to a collection of item values available to render a chart. Inherited from TcxGridChartItem.
VCLComObject Inherited from TComponent.
Visible Specifies whether the chart item is displayed in a chart. Inherited from TcxGridChartItem.
VisibleDisplayTexts Returns the display text for a particular item value from the VisibleValues collection. Inherited from TcxGridChartItem.
VisibleForCustomization Specifies whether the chart item is displayed within the customization form. Inherited from TcxGridChartItem.
VisibleIndex Determines the position of the chart item (a series or data group) within the VisibleSeries or VisibleDataGroups collection. Inherited from TcxGridChartItem.
VisibleValueCount Gets a count of elements in the VisibleValues collection. Inherited from TcxGridChartItem.
VisibleValues Provides indexed access to the collection of item values that are used to render a chart. Inherited from TcxGridChartItem.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetDisplayText Determines the descriptive text displayed for the chart item. Inherited from TcxGridChartItem.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetValueDisplayText(Variant) Determines the display text for AValue that is used to render a chart. Inherited from TcxGridChartItem.
HasActiveValue Determines whether an active value is assigned to the data group. Inherited from TcxGridChartDataGroup.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
IsValue Determines whether the chart item provides values for calculating group summaries. Inherited from TcxGridChartItem.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnGetStoredProperties Enables you to customize the list of chart item properties that will be stored if an external store is produced. Inherited from TcxGridChartItem.
OnGetStoredPropertyValue Enables you to specify chart item property values to be stored in an external store. Inherited from TcxGridChartItem.
OnGetValueDisplayText Enables you to customize the display text for a value of the chart item. Inherited from TcxGridChartItem.
OnSetStoredPropertyValue Enables you to restore chart item property values from an external store. Inherited from TcxGridChartItem.
See Also