|
InnerRadius
|
Specifies the InnerRadius of the donut slice as a percentage of the full radius (e.g., (0 =0% to 1=100%). For Pie Charts, this InnerRadius is 0 (i.e., draw a pie slice instead of a donut slice).
|
|
Offset
|
Defines where on the pie chart the first pie slice starts. By default (Offset = 0), the pie chart draws the first pie slice starting to the right (3:00 on a clock) and goes counter-clockwise. By specifying a different offset from 0 to 359, the first pie slice will start somewhere else on the clock (90=12:00, 180=9:00, etc).
|
|
Options
|
Represents property Options.
|
|
Origin
|
Specifies the origin of the pie chart as a percentage distance (0 =0% to 1=100%) from the middle of the ChartRect. Change the Origin to move the center point of the chart (-0.5 to 0.5 are best values).
|
|
OuterRadius
|
Specifies the OuterRadius of the Pie Slice as a percentage of the full radius (0=0% to 1=100%)
|
|
Values
|
Contains all the pie slices in the pie chart. Each pie slice ( RSCharts.TRSPieChartValue ) may have its own Color and Caption. The size of the pie slice is dependent on the Value, e.g., how much that value is proportional to the sum of all pie slice values in the pie chart. Use the Values collection to add, delete, and modify pie slices in the chart.
|