BubbleScale.Val Property

Bubble Scale 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 UInt32Value
    Get
    Set
'Usage
Dim instance As BubbleScale
Dim value As UInt32Value

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public UInt32Value Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

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

Specifies how to scale bubbles on a bubble chart.

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

See Also

Reference

BubbleScale Class

BubbleScale Members

DocumentFormat.OpenXml.Drawing.Charts Namespace