[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.SparklineDataSource

SparklineDataSource Class

Represents the data source of a sparkline.

Inheritance
DefinedName
CellRangeDataSource<double>
NumericDataSource
SparklineDataSource
Implements
IEquatable<DefinedName>
Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
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)

Properties

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.

Methods

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.