com.aspose.words
Class ChartAxisType

java.lang.Object
    extended by com.aspose.words.ChartAxisType

public class ChartAxisType 
extends java.lang.Object

Utility class containing constants. Specifies type of chart axis.

Field Summary
static final intCATEGORY = 0
           Category axis of a chart.
static final intSERIES = 1
           Series axis of a chart.
static final intVALUE = 2
           Value axis of a chart.
 

Field Detail

CATEGORY = 0

public static final int CATEGORY
Category axis of a chart.

SERIES = 1

public static final int SERIES
Series axis of a chart.

VALUE = 2

public static final int VALUE
Value axis of a chart.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.