Skip to main content

TcxGridDBChartCategories Members

Categories in a data-aware Chart View.

Constructors

Name Description
Create(TcxCustomGridView) Initializes a new instance of the TcxCustomGridOptions class with specified settings. Inherited from TcxCustomGridOptions.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
DataBinding Specifies an object which links categories to a dataset.
DisplayText Specifies display text for default categories. Inherited from TcxGridChartCategories.
GridView Provides access to a Chart View which displays categories. Inherited from TcxGridChartCategories.
ID Specifies the unique identifier assigned to categories. Inherited from TcxGridChartCategories.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
SortOrder Specifies the order in which the values of the default categories are sorted. Inherited from TcxGridChartCategories.
ValueCount Specifies the total number of category values (the default categories) used to render the current View. Inherited from TcxGridChartCategories.
Values Provides indexed access to the collection of category values that are used to render the current View. Inherited from TcxGridChartCategories.
VisibleDisplayTexts Returns display text for a particular category value. Inherited from TcxGridChartCategories.
VisibleValueCount Returns the total number of category values displayed in a Chart View. Inherited from TcxGridChartCategories.
VisibleValues Provides indexed access to category values displayed in a Chart View. Inherited from TcxGridChartCategories.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetDisplayText Returns text displayed for default categories. Inherited from TcxGridChartCategories.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetValueDisplayText(Variant) Returns display text for the specified category value. Inherited from TcxGridChartCategories.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.

Events

Name Description
OnGetValueDisplayText Occurs when display text for a category value is obtained. Inherited from TcxGridChartCategories.
See Also