Spread.Services Documentation
SparkScale Enumeration
GrapeCity.Documents.Spread Namespace : SparkScale Enumeration
Specifies how the minimum or maximum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
Syntax
public enum SparkScale : System.Enum 
Members
MemberDescription
SparkScaleCustom Specifies that the minimum or maximum value for the vertical axis of the sparkline has a user-defined value.
SparkScaleGroup Specifies that the minimum or maximum value for the vertical axes of all of the sparklines in the group have the same value.
SparkScaleSingle 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.SparkScale

See Also

Reference

GrapeCity.Documents.Spread Namespace