vcl-cxgridchartview-0e8de177.md
Contains appearance options for pie slices in pie diagrams.
TcxGridChartPieDiagramValues = class(
TcxCustomGridChartDiagramOptions
)
In addition to the settings inherited from the base TcxCustomGridChartDiagramOptions class, the TcxGridChartPieDiagramValues class introduces properties that control the following appearance settings of pie slices:
the angular position of the first pie slice (AngleOfFirstSlice).
the content and display position of pie slice labels (CaptionItems, CaptionItemSeparator, PercentageCaptionFormat, and CaptionPosition).
An instance of the TcxGridChartPieDiagramValues class can be accessed via a pie diagram’s Values property.
TObject TPersistent TcxCustomGridChartDiagramOptions TcxGridChartPieDiagramValues
See Also