ChartSeries
Bubble3D Property
|
Gets or sets a value indicating whether the 3D bubble effect is enabled.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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