Surface3DChart.Wireframe Property
Wireframe.Represents the element tag in schema: c:wireframe
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Wireframe As Wireframe
Get
Set
'Usage
Dim instance As Surface3DChart
Dim value As Wireframe
value = instance.Wireframe
instance.Wireframe = value
public Wireframe Wireframe { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.Wireframe