Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface SparklineType


public interface SparklineType

Represents the sparkline types.


Field Summary
static int COLUMN
          Column sparkline.
static int LINE
          Line sparkline.
static int STACKED
          Win/Loss sparkline.
 

Field Detail

LINE

static final int LINE
Line sparkline.

See Also:
Constant Field Values

COLUMN

static final int COLUMN
Column sparkline.

See Also:
Constant Field Values

STACKED

static final int STACKED
Win/Loss sparkline.

See Also:
Constant Field Values