| 
ChartDataPoint
Bubble3D Property
  | 
 Gets or sets a value indicating whether the 3D chart should display a bubble effect.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool Bubble3D { get; set; }
 
Public Property Bubble3D As Boolean
	Get
	Set
 
public:
virtual property bool Bubble3D {
	bool get () sealed;
	void set (bool value) sealed;
}
 
abstract Bubble3D : bool with get, set
override Bubble3D : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also