XlsChartFormat
PieSecondSize Property
|
Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart,
as a percentage of the size of the primary pie. ( 5 - 200 )
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int PieSecondSize { get; set; }
Public Property PieSecondSize As Integer
Get
Set
public:
virtual property int PieSecondSize {
int get () sealed;
void set (int value) sealed;
}
abstract PieSecondSize : int with get, set
override PieSecondSize : int with get, set
Property Value
Type:
Int32
Implements
IChartFormat
PieSecondSize
See Also