ChartSeriesDataFormat
DoughnutHoleSize Property
|
Returns or sets the size of the hole in a doughnut chart.
The hole size is expressed as percentage of the of chart size , between 10 and 90 percent.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int DoughnutHoleSize { get; set; }
Public Property DoughnutHoleSize As Integer
Get
Set
public:
property int DoughnutHoleSize {
int get ();
void set (int value);
}
member DoughnutHoleSize : int with get, set
Property Value
Type:
Int32
See Also