vcl-cxgridchartview-ad78e6fa.md
Contains a set of options, which control the availability of end-user customization features.
TcxGridChartOptionsCustomize = class(
TcxCustomGridOptions
)
In addition to the settings inherited from the base TcxCustomGridOptions class, the TcxGridChartOptionsCustomize class introduces properties that control the following end-user customization features:
data mining (DataDrillDown and DataDrillUpMethod);
customization of data levels using drag and drop (DataGroupHiding and DataGroupMoving);
features available via the customization form (OptionsCustomization and SeriesCustomization).
Use the View’s OptionsCustomize property to access these options.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxGridChartOptionsCustomize
See Also