[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SparkScale

Enum SparkScale

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

Specifies how the minimum or maximum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.

public enum SparkScale

Fields

SparkScaleCustom = 2

Specifies that the minimum or maximum value for the vertical axis of the sparkline has a user-defined value.

SparkScaleGroup = 0

Specifies that the minimum or maximum value for the vertical axes of all of the sparklines in the group have the same value.

SparkScaleSingle = 1

Specifies that the minimum or maximum value for the vertical axis of each sparkline in the group is automatically set to its own calculated value.