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. |
CategoryCount | 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 TcxGridViewHandler. |
Controller protected | Returns the View’s controller object. Inherited from TcxGridViewHandler. |
DataController | Specifies the data controller assigned to the View. Inherited from TcxGridViewHandler. |
GridView | Provides access to the Chart View which displays the data. |
GroupValues | Provides indexed access to category values associated with data groups. |
IsEmptyValue | |
LookAndFeelPainter | Inherited from TcxGridViewHandler. |
Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
Painter | Inherited from TcxGridViewHandler. |
Site | Inherited from TcxGridViewHandler. |
SumOfValues | Returns the sum of values of the series whose index is passed as the ASeriesIndex parameter. |
Values | Provides indexed access to series values associated with the View. |
ViewData protected | Specifies the object retrieving data from a data controller and providing it to a View. Inherited from TcxGridViewHandler. |
ViewInfo | Inherited from TcxGridViewHandler. |
VisibleCategories | Provides indexed access to visible category values. |
VisibleCategoryCount | Returns the total number of visible categories in the parent Chart View. |
VisibleGroupValueCount | Returns the total number of category values associated with a particular visible data group. |
VisibleGroupValues | Provides indexed access to category values associated with a particular visible data group. |
VisibleValues | Provides indexed access to the chart values displayed within the View. |
See Also