java.lang.Object
com.aspose.words.AxisScaleType
public class AxisScaleType
| Field Summary | ||
|---|---|---|
static final int | LINEAR | |
| Linear scaling. | ||
static final int | LOGARITHMIC | |
| Logarithmic scaling. | ||
| Field Detail |
|---|
LINEAR = 0 | |
public static final int LINEAR | |
LOGARITHMIC = 1 | |
public static final int LOGARITHMIC | |