| Package | Description |
|---|---|
| org.primefaces.component.chart.renderer | |
| org.primefaces.model.chart |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CartesianPlotRenderer.encodeAxis(javax.faces.context.FacesContext context,
AxisType axisType,
Axis axis) |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
Axis |
CartesianChartModel.getAxis(AxisType type) |
void |
ChartSeries.setXaxis(AxisType xaxis) |
void |
ChartSeries.setYaxis(AxisType yaxis) |
Copyright © 2014. All rights reserved.