TcxGridChartOptionsCustomize Class
Contains a set of options, which control the availability of end-user customization features.
Declaration
TcxGridChartOptionsCustomize = class(
TcxCustomGridOptions
)
Remarks
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.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxGridChartOptionsCustomize
See Also