次の方法で共有


BarChart.BarDirection Property

Bar Direction.Represents the element tag in schema: c:barDir

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

Syntax

'宣言
Public Property BarDirection As BarDirection
    Get
    Set
'使用
Dim instance As BarChart
Dim value As BarDirection

value = instance.BarDirection

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.BarDirection

See Also

Reference

BarChart Class

BarChart Members

DocumentFormat.OpenXml.Drawing.Charts Namespace