XlsChartFormat
SplitType Property
|
Returns or sets the way the two sections of either a pie of pie chart or a bar
of pie chart are split.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SplitType SplitType { get; set; }
Public Property SplitType As SplitType
Get
Set
public:
virtual property SplitType SplitType {
SplitType get () sealed;
void set (SplitType value) sealed;
}
abstract SplitType : SplitType with get, set
override SplitType : SplitType with get, set
Property Value
Type:
SplitType
Implements
IChartFormat
SplitType
See Also