LabelAlignment.Val Property

Label Alignment Value.Represents the attribte in schema: val

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

Syntax

'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of LabelAlignmentValues)
    Get
    Set
'Usage
Dim instance As LabelAlignment
Dim value As EnumValue(Of LabelAlignmentValues)

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<LabelAlignmentValues> Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<LabelAlignmentValues>
Returns EnumValue<T>.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the label alignment.

The possible values for this attribute are defined by the ST_LblAlgn simple type.

See Also

Reference

LabelAlignment Class

LabelAlignment Members

DocumentFormat.OpenXml.Drawing.Charts Namespace