XlsChartSerieDataFormat
Has_dPtPieExplosion Property
 | 
Indicates whether dataformat has PieExplosion.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool Has_dPtPieExplosion { get; set; }
 
Public Property Has_dPtPieExplosion As Boolean
	Get
	Set
 
public:
property bool Has_dPtPieExplosion {
	bool get ();
	void set (bool value);
}
 
member Has_dPtPieExplosion : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also