Skip to main content

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:

An instance of the TcxGridChartPieDiagramValues class can be accessed via a pie diagram’s Values property.

Inheritance

See Also