Uses of Class
org.primefaces.model.chart.Axis
-
Packages that use Axis Package Description org.primefaces.component.chart.renderer org.primefaces.model.chart -
-
Uses of Axis in org.primefaces.component.chart.renderer
Methods in org.primefaces.component.chart.renderer with parameters of type Axis Modifier and Type Method Description protected voidCartesianPlotRenderer. encodeAxis(javax.faces.context.FacesContext context, AxisType axisType, Axis axis) -
Uses of Axis in org.primefaces.model.chart
Subclasses of Axis in org.primefaces.model.chart Modifier and Type Class Description classCategoryAxisclassDateAxisclassLinearAxisFields in org.primefaces.model.chart with type parameters of type Axis Modifier and Type Field Description protected Map<AxisType,Axis>CartesianChartModel. axesMethods in org.primefaces.model.chart that return Axis Modifier and Type Method Description AxisCartesianChartModel. getAxis(AxisType type)Methods in org.primefaces.model.chart that return types with arguments of type Axis Modifier and Type Method Description Map<AxisType,Axis>CartesianChartModel. getAxes()
-