XlsChartSerieDataFormat
Is3DBubbles Property
 | 
True to draw bubbles with 3D effects.
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 Is3DBubbles { get; set; }
 
Public Property Is3DBubbles As Boolean
	Get
	Set
 
public:
virtual property bool Is3DBubbles {
	bool get () sealed;
	void set (bool value) sealed;
}
 
abstract Is3DBubbles : bool with get, set
override Is3DBubbles : bool with get, set
 
 
 
Property Value
Type:
Boolean
Implements
IChartSerieDataFormat
Is3DBubbles
 
See Also