java.lang.Object
com.aspose.cells.SparklineAxisMinMaxType
public class SparklineAxisMinMaxType
| Field Summary | ||
|---|---|---|
static final int | AUTO_INDIVIDUAL | |
| Automatic for each sparkline. | ||
static final int | GROUP | |
| Same for all sparklines in the group. | ||
static final int | CUSTOM | |
| InnerCustom value for sparkline. | ||
| Field Detail |
|---|
AUTO_INDIVIDUAL | |
public static final int AUTO_INDIVIDUAL | |
GROUP | |
public static final int GROUP | |
CUSTOM | |
public static final int CUSTOM | |