ChartSeriesBubble3D Property |
Namespace:
Aspose.Words.Drawing.Charts
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic 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:
BooleanImplements
IChartDataPointBubble3D
See Also