LegendPosition.Val-Eigenschaft
Legend 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 LegendPositionValues)
Get
Set
'Usage
Dim instance As LegendPosition
Dim value As EnumValue(Of LegendPositionValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<LegendPositionValues> Val { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.EnumValue<LegendPositionValues>
Returns EnumValue<T>.
Hinweise
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the position of the legend.
The possible values for this attribute are defined by the ST_LegendPos simple type.