Share via


ErrorBars.ErrorBarValueType Property

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

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

Syntax

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

value = instance.ErrorBarValueType

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

Property Value

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

See Also

Reference

ErrorBars Class

ErrorBars Members

DocumentFormat.OpenXml.Drawing.Charts Namespace