LogBase.Val Property

Logarithmic Base 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 DoubleValue
    Get
    Set
'Usage
Dim instance As LogBase
Dim value As DoubleValue

value = instance.Val

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

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

Remarks

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

Specifies the contents of this attribute will contain a floating point value greater than or equal to 2.

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

See Also

Reference

LogBase Class

LogBase Members

DocumentFormat.OpenXml.Drawing.Charts Namespace