Skip to main content

TcxGridChartPieDiagram.Styles Property

Provides access to a set of styles which control the appearance of the pie diagram‘s elements.

Declaration

property Styles: TcxGridChartPieDiagramStyles read; write;

Property Value

Type
TcxGridChartPieDiagramStyles

Remarks

Refer to the description of the TcxGridChartPieDiagramStyles class to learn about styles available for customization.

Note

You can custom paint series sites and their captions by handling the OnCustomDrawSeriesSite and OnCustomDrawSeriesSiteCaption events, respectively.

See Also