Aspose::Cells::Charts::SparklineAxisMinMaxType enum
SparklineAxisMinMaxType enum
Represents the minimum and maximum value types for the sparkline vertical axis.
enum class SparklineAxisMinMaxType
Values
| Name | Value | Description | 
|---|---|---|
| AutoIndividual | 0 | Automatic for each sparkline. | 
| Group | 1 | Same for all sparklines in the group. | 
| Custom | 2 | Custom value for sparkline. | 
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++