Scaling.LogBase Property

Logarithmic Base.Represents the element tag in schema: c:logBase

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property LogBase As LogBase
    Get
    Set
'Usage
Dim instance As Scaling
Dim value As LogBase

value = instance.LogBase

instance.LogBase = value
public LogBase LogBase { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.LogBase
Returns LogBase.

See Also

Reference

Scaling Class

Scaling Members

DocumentFormat.OpenXml.Drawing.Charts Namespace