| Package | Description |
|---|---|
| org.chartistjsf.model.chart |
| Modifier and Type | Field and Description |
|---|---|
protected Map<AxisType,Axis> |
CartesianChartModel.axes |
| Modifier and Type | Method and Description |
|---|---|
AxisType |
ChartSeries.getXaxis() |
AxisType |
ChartSeries.getYaxis() |
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 |
|---|---|
Map<AxisType,Axis> |
CartesianChartModel.getAxes()
Returns the current Axes
|
| Modifier and Type | Method and Description |
|---|---|
Axis |
CartesianChartModel.getAxis(AxisType type)
Returns the appropriate Axis based on the supplied type
|
void |
LinearAxis.render(ResponseWriter writer,
AxisType axisType) |
abstract void |
Axis.render(ResponseWriter writer,
AxisType axisType) |
void |
ChartSeries.setXaxis(AxisType xaxis) |
void |
ChartSeries.setYaxis(AxisType yaxis) |
Copyright © 2016. All rights reserved.