TcxGridChartOptionsView Class
Stores Chart View appearance settings.
#Declaration
Delphi
TcxGridChartOptionsView = class(
TcxCustomGridOptionsView
)
#Remarks
The TcxGridChartOptionsView
class extends its ancestor class with the CategoriesPerPage property. This property allows you to break diagrams into pages and specify the number of simultaneously visible categories.
#Direct TcxGridChartOptionsView Class Reference
The TcxGridChartView.OptionsView property references a TcxGridChartOptionsView
object.
#Inheritance
See Also