TcxGridChartViewData Properties
Provides data from data store as category and series values.
Name | Description |
---|---|
Categories | Provides indexed access to values of the default categories associated with the View. |
Category |
Specifies the total number of series values within each series used to render the View. |
Control protected |
Specifies the grid control owning the View.
Inherited from Tcx |
Controller protected |
Returns the View’s controller object.
Inherited from Tcx |
Data |
Specifies the data controller assigned to the View.
Inherited from Tcx |
Grid |
Provides access to the Chart View which displays the data. |
Group |
Provides indexed access to category values associated with data groups. |
Is |
|
Look |
Inherited from Tcx |
Owner |
Provides access to the control or its object to which the persisted settings belong.
Inherited from Tcx |
Painter |
Inherited from Tcx |
Site |
Inherited from Tcx |
Sum |
Returns the sum of values of the series whose index is passed as the ASeries |
Values | Provides indexed access to series values associated with the View. |
View |
Specifies the object retrieving data from a data controller and providing it to a View.
Inherited from Tcx |
View |
Inherited from Tcx |
Visible |
Provides indexed access to visible category values. |
Visible |
Returns the total number of visible categories in the parent Chart View. |
Visible |
Returns the total number of category values associated with a particular visible data group. |
Visible |
Provides indexed access to category values associated with a particular visible data group. |
Visible |
Provides indexed access to the chart values displayed within the View. |
See Also