[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SparklineRowCol

Enum SparklineRowCol

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies how to plot the sparkline when the data on which it is based is in a square-shaped range.

public enum SparklineRowCol

Fields

ColumnsSquare = 2

Specifies to plot the data by columns.

NonSquare = 0

Specifies that the sparkLine is not bound to data in a square-shaped range.

RowsSquare = 1

Specifies to plot the data by rows.