DataLabelPosition.Val Property
Data Label Position 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 DataLabelPositionValues)
Get
Set
'Usage
Dim instance As DataLabelPosition
Dim value As EnumValue(Of DataLabelPositionValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<DataLabelPositionValues> Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<DataLabelPositionValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies how the data label is positioned on the chart.
The possible values for this attribute are defined by the ST_DLblPos simple type.