Share via


TickLabelPosition.Val Property

Tick 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 TickLabelPositionValues)
    Get
    Set
'Usage
Dim instance As TickLabelPosition
Dim value As EnumValue(Of TickLabelPositionValues)

value = instance.Val

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

Property Value

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

Remarks

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

Specifies the tick label position.

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

See Also

Reference

TickLabelPosition Class

TickLabelPosition Members

DocumentFormat.OpenXml.Drawing.Charts Namespace