| Modifier and Type | Method and Description |
|---|---|
ChartModelConfiguration.AxisType |
ChartModelConfiguration.getAxisType()
Returns the type of the X-axis.
|
static ChartModelConfiguration.AxisType |
ChartModelConfiguration.AxisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartModelConfiguration.AxisType[] |
ChartModelConfiguration.AxisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChartModelConfiguration(ChartModelConfiguration.AxisType axisType)
Creates a new chart configuration with the specified X-Axis type.
|
Copyright © 2016–2019. All rights reserved.