[]
Represents the data source of a sparkline.
public sealed class SparklineDataSource : NumericDataSource, IName, IEquatable<DefinedName>, IComparable, IComparable<IName>
Public NotInheritable Class SparklineDataSource
Inherits NumericDataSource
Implements IName, IEquatable(Of DefinedName), IComparable, IComparable(Of IName)
Name | Description |
---|---|
Column | Gets the context column for evaluating. |
MaxValue | Gets the maximum value of the sparkline source. |
MinValue | Gets the minimum value of the sparkline source. |
Row | Gets the context row for evaluating. |
Name | Description |
---|---|
ChangeExpression(Expression) | Changes the expression. |
IsAbsoluteReferencePreferred() | Gets a boolean value indicating whether the external variable prefers all absolute references. |
OnDirtied() | Designates this external variable to be recalculated when the next recalculation occurs. |
OnDirtying() | Designates this external variable to be recalculated when the next recalculation occurs. |