Aspose::Cells::Charts::SparklineAxisMinMaxType enum

SparklineAxisMinMaxType enum

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

enum class SparklineAxisMinMaxType

Values

NameValueDescription
AutoIndividual0
Automatic for each sparkline.
Group1
Same for all sparklines in the group.
Custom2
Custom value for sparkline.

See Also