<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations:
Comments (0)
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