TcxCustomGridChartDiagramOptions Class
Contains a chart diagram’s appearance settings.
Declaration
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