Back to Devexpress

TcxCustomGridChartDiagramOptions Class

vcl-cxgridchartview-1ffd913a.md

latest1.1 KB
Original Source

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

TcxCustomGridChartDiagramOptions Members

cxGridChartView Unit