Freigeben über


SizeRepresents.Val-Eigenschaft

Size Represents 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 SizeRepresentsValues)
    Get
    Set
'Usage
Dim instance As SizeRepresents
Dim value As EnumValue(Of SizeRepresentsValues)

value = instance.Val

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

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<SizeRepresentsValues>
Returns EnumValue<T>.

Hinweise

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

Specifies how the bubble sizes represent the values.

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

Siehe auch

Referenz

SizeRepresents Klasse

SizeRepresents-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace