ScatterStyle.Val Property

Scatter Style 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 ScatterStyleValues)
    Get
    Set
'Usage
Dim instance As ScatterStyle
Dim value As EnumValue(Of ScatterStyleValues)

value = instance.Val

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

Property Value

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

Remarks

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

Specifies the style of the scatter chart.

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

See Also

Reference

ScatterStyle Class

ScatterStyle Members

DocumentFormat.OpenXml.Drawing.Charts Namespace