Back to Devexpress

TcxGridChartPieDiagramStyles Class

vcl-cxgridchartview-d7931b62.md

latest1.6 KB
Original Source

TcxGridChartPieDiagramStyles Class

Stores styles that define the appearance of pie diagram elements.

Declaration

delphi
TcxGridChartPieDiagramStyles = class(
    TcxGridChartDiagramStyles
)

Remarks

In addition to the settings inherited from the base TcxGridChartDiagramStyles class, the TcxGridChartPieDiagramStyles class introduces SeriesSites and SeriesSiteCaptions properties that allow you to specify the appearance of series sites and their captions, respectively.

To apply this set of styles to a pie diagram, use the diagram’s Styles property.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomGridStyles TcxGridChartDiagramStyles TcxGridChartPieDiagramStyles

See Also

TcxGridChartPieDiagramStyles Members

cxGridChartView Unit