Share via


ErrorBars.ErrorBarType Property

Error Bar Type.Represents the element tag in schema: c:errBarType

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

Syntax

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

value = instance.ErrorBarType

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

Property Value

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

See Also

Reference

ErrorBars Class

ErrorBars Members

DocumentFormat.OpenXml.Drawing.Charts Namespace