Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridChartDiagramOptions Class

Contains a chart diagram’s appearance settings.

#Declaration

Delphi
TcxCustomGridChartDiagramOptions = class(
    TPersistent
)

#Remarks

This class is the base class for classes, which represent option sets that are specific to the visual elements of chart diagrams, such as the axes and series values. The TcxCustomGridChartDiagramOptions class publishes the Diagram and GridView properties, which correspond to the chart diagram whose option settings are addressed by the current class instance and the View which displays the chart diagram, respectively.

#Inheritance

TObject
TPersistent
TcxCustomGridChartDiagramOptions
See Also