TcxGridChartPieDiagramStyles Class
Stores styles that define 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 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
See Also