Chart.SideWall Property

Side Wall.Represents the element tag in schema: c:sideWall

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SideWall As SideWall
    Get
    Set
'Usage
Dim instance As Chart
Dim value As SideWall

value = instance.SideWall

instance.SideWall = value
public SideWall SideWall { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.SideWall
Returns SideWall.

See Also

Reference

Chart Class

Chart Members

DocumentFormat.OpenXml.Drawing.Charts Namespace