TcxGridChartPieDiagramValues Class
Contains appearance options for pie slices in pie diagrams.
Declaration
TcxGridChartPieDiagramValues = class(
TcxCustomGridChartDiagramOptions
)
Remarks
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.
Inheritance
TObject
TPersistent
TcxCustomGridChartDiagramOptions
TcxGridChartPieDiagramValues
See Also