OfPieType.Val Property

Pie of Pie or Bar of Pie Type 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 OfPieValues)
    Get
    Set
'Usage
Dim instance As OfPieType
Dim value As EnumValue(Of OfPieValues)

value = instance.Val

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

Property Value

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

Remarks

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

Specifies the type of pie of pie or bar of pie chart.

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

See Also

Reference

OfPieType Class

OfPieType Members

DocumentFormat.OpenXml.Drawing.Charts Namespace