SparklineAxisMinMax
Determines how the min or max axis is calculated for a
Enumeration Members
Section titled "Enumeration Members"Custom
Section titled "Custom"Specifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is specified by the [[SparklineGroup.verticalAxisMin]] or the [[SparklineGroup.verticalAxisMax]] attribute of the [[SparklineGroup]].
Custom = 2 Group
Section titled "Group"Specifies that the vertical axis minimum or maximum is shared across all sparklines in this sparkline group and is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area.
Group = 1 Individual
Section titled "Individual"Specifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area.
Individual = 0