| 
       << Click to display table of contents >> TRVReportPieVisualizer.PartsCount | 
    
Defines whether angles of pie slices are changed smoothly or by steps.
property PartsCount: Integer;
If PartsCount = 0, pie slices may have any angle.
If PartsCount is a positive value, pie slices have angles which are multiples of 360° / PartsCount.
Examples
The examples use the following data:
20  | 
46.7  | 
73.3  | 
100  | 
PartsCount = 0

PartsCount = 4

PartsCount = 3

Default value
0