SurfaceChartSeries.Bubble3D Property
Bubble3D.Represents the element tag in schema: c:bubble3D
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property Bubble3D As Bubble3D
Get
Set
'使用
Dim instance As SurfaceChartSeries
Dim value As Bubble3D
value = instance.Bubble3D
instance.Bubble3D = value
public Bubble3D Bubble3D { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.Bubble3D