Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface SparklineAxisMinMaxType


public interface SparklineAxisMinMaxType

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


Field Summary
static int AUTO_INDIVIDUAL
          Automatic for each sparkline.
static int CUSTOM
          Custom value for sparkline.
static int GROUP
          Same for all sparklines in the group.
 

Field Detail

AUTO_INDIVIDUAL

static final int AUTO_INDIVIDUAL
Automatic for each sparkline.

See Also:
Constant Field Values

GROUP

static final int GROUP
Same for all sparklines in the group.

See Also:
Constant Field Values

CUSTOM

static final int CUSTOM
Custom value for sparkline.

See Also:
Constant Field Values