Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TPieSliceOption Enumeration
Defines the draw options to perform for each slice in a pie chart (TRSPieChart). This type is used by the protected DrawSlices method.
Namespace: RSChartConsts
Delphi
type TPieSliceOption = ( soUseColor, soDrawSlice, soDrawText, soDrawSelection);
Name
Description
soDrawSelection
Draw selected pie slices with the SelectionColor .
soDrawSlice
Draw the slice
soDrawText
Paint the Captions
soUseColor
Use the pie slice value color
Top
•RSChartConsts.TPieSliceOptions
•TRSPieChart
•RSChartConsts