Package | Description |
---|---|
com.gembox.spreadsheet.charts |
Contains types used to display series of numeric data in a graphical format.
|
Modifier and Type | Method and Description |
---|---|
AxisType |
ValueAxis.getAxisType()
|
AxisType |
DateAxis.getAxisType()
|
abstract AxisType |
ChartAxis.getAxisType()
|
AxisType |
CategoryAxis.getAxisType()
Gets the axis type for
CategoryAxis which is CATEGORY . |
static AxisType |
AxisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisType[] |
AxisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChartAxis |
ChartAxis.changeAxisType(AxisType axisType)
Changes the type of the axis.
|
© GemBox d.o.o. — All rights reserved.