|
Collection
|
Specifies the TRSDonutChartExValues instance to which this Item belongs. Each TRSDonutChartExValue belongs to the TRSDonutChartExValues collection which creates it. The Collection property points to the collection object to which the value belongs.
|
|
InnerRadius
|
Specifies the inner radius of the donut slice as a percentage (from 0-1 where 1 is 100%) distance from the chart origin to the outer edge of the chart. Use the InnerRadius and OuterRadius properties to specify the thickness of the donut slice.
Note
|
The donut slice thickness is also scaled by the TRSDonutChartEx.OuterRadius property.
|
|
|
OuterRadius
|
Specifies the outer radius of the donut slice as a percentage (from 0-1 where 1 is 100%) distance from the chart origin to the outer edge of the chart. Use the InnerRadius and OuterRadius properties to specify the thickness of the donut slice.
Note
|
The donut slice thickness is also scaled by the TRSDonutChartEx.OuterRadius property.
|
|
|
StartAngle
|
Specifies the start angle (in degrees) of the donut slice. Use the StartAngle and SweepAngle properties to specify the location on the chart circle of the donut slice and its size.
|
|
SweepAngle
|
Specifies the sweep amount (in degrees) of the donut slice, i.e., StartAngle + SweepAngle = EndAngle. Use the StartAngle and SweepAngle properties to specify the location on the chart circle of the donut slice and its size.
|