InnerRadius Property (FlexPieChart)

Action

Gets the size of the hole in the center of the pie chart.

This property is a percentage value of the center circle's radius compared to the entire pie's radius. The default value is 0 percent. Use this property to create a doughnut-shaped chart.

Syntax

C#
protected Double innerRadius { get; }
VB
'Declaration
Protected Read Property innerRadius As Double

Access

Read only.