Skip to main content

TcxGridChartOptionsView Class

Contains appearance options for a Chart View.

Declaration

TcxGridChartOptionsView = class(
    TcxCustomGridOptionsView
)

Remarks

The TcxGridChartOptionsView class extends its ancestor class with the CategoriesPerPage property. This property introduces paging capabilities and controls the number of categories simultaneously displayed within the active chart diagram. Note that pie diagrams don’t support paging.

Use the View’s OptionsView property to access this set of options.

See Also