Enum SparklineAxisMinMaxType

SparklineAxisMinMaxType enumeration

Represents the minimum and maximum value types for the sparkline vertical axis.

public enum SparklineAxisMinMaxType

Values

NameValueDescription
AutoIndividual0Automatic for each sparkline.
Group1Same for all sparklines in the group.
Custom2Custom value for sparkline.

See Also