Skip to main content

TcxGridChartPieDiagramStyles Class

Contains a set of styles that manage the appearance of pie diagram elements.

Declaration

TcxGridChartPieDiagramStyles = class(
    TcxGridChartDiagramStyles
)

Remarks

In addition to the settings inherited from the base TcxGridChartDiagramStyles class, the TcxGridChartPieDiagramStyles class introduces the 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.

See Also