IsAbsoluteReferencePreferred Method (SparklineDataSource)
In This Topic
Gets a boolean value indicating whether the external variable prefers all absolute references.
Syntax
'Declaration
Protected Overrides NotOverridable Function IsAbsoluteReferencePreferred() As Boolean
'Usage
Dim instance As SparklineDataSource
Dim value As Boolean
value = instance.IsAbsoluteReferencePreferred()
protected override bool IsAbsoluteReferencePreferred()
Return Value
true
if all references are converted to absolute; otherwise, false
.
See Also