Modifier and Type | Method and Description |
---|---|
protected void |
ChartRenderer.encodeAxes(javax.faces.context.FacesContext context,
String chartName,
String name,
List<CartesianAxes> axes) |
Modifier and Type | Method and Description |
---|---|
List<CartesianAxes> |
CartesianScales.getXAxes()
Gets xAxes
|
List<CartesianAxes> |
CartesianScales.getYAxes()
Gets yAxes
|
Modifier and Type | Method and Description |
---|---|
void |
CartesianScales.addXAxesData(CartesianAxes newXAxesData)
Adds a new xAxes as
CartesianAxes data to scales |
void |
CartesianScales.addYAxesData(CartesianAxes newYAxesData)
Adds a new yAxes as
CartesianAxes data to scales |
Modifier and Type | Class and Description |
---|---|
class |
CartesianCategoryAxes
If global configuration is used, labels are drawn from one of the label arrays included in the chart data.
|
Modifier and Type | Class and Description |
---|---|
class |
CartesianLinearAxes
The linear scale is use to chart numerical data.
|
Copyright © 2019. All rights reserved.