Share via


ErrorBars.ErrorDirection Property

Error Bar Direction.Represents the element tag in schema: c:errDir

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

Syntax

'Declaration
Public Property ErrorDirection As ErrorDirection
    Get
    Set
'Usage
Dim instance As ErrorBars
Dim value As ErrorDirection

value = instance.ErrorDirection

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

Property Value

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

See Also

Reference

ErrorBars Class

ErrorBars Members

DocumentFormat.OpenXml.Drawing.Charts Namespace