TickMarkType.Val Property
Tick Mark Value.Represents the attribte in schema: val
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of TickMarkValues)
Get
Set
'Uso
Dim instance As TickMarkType
Dim value As EnumValue(Of TickMarkValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<TickMarkValues> Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TickMarkValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the minor tick mark position.
The possible values for this attribute are defined by the ST_TickMark simple type.