Uses of Class
org.primefaces.model.charts.axes.cartesian.CartesianAxes
Packages that use CartesianAxes
Package
Description
-
Uses of CartesianAxes in org.primefaces.component.charts
Method parameters in org.primefaces.component.charts with type arguments of type CartesianAxesModifier and TypeMethodDescriptionprotected voidChartRenderer.encodeAxes(javax.faces.context.FacesContext context, String chartName, String defaultAxeId, List<CartesianAxes> axes) -
Uses of CartesianAxes in org.primefaces.model.charts.axes.cartesian
Methods in org.primefaces.model.charts.axes.cartesian that return types with arguments of type CartesianAxesModifier and TypeMethodDescriptionCartesianScales.getXAxes()Gets xAxesCartesianScales.getYAxes()Gets yAxesMethods in org.primefaces.model.charts.axes.cartesian with parameters of type CartesianAxesModifier and TypeMethodDescriptionvoidCartesianScales.addXAxesData(CartesianAxes newXAxesData) Adds a new xAxes asCartesianAxesdata to scalesvoidCartesianScales.addYAxesData(CartesianAxes newYAxesData) Adds a new yAxes asCartesianAxesdata to scales -
Uses of CartesianAxes in org.primefaces.model.charts.axes.cartesian.category
Subclasses of CartesianAxes in org.primefaces.model.charts.axes.cartesian.categoryModifier and TypeClassDescriptionclassIf global configuration is used, labels are drawn from one of the label arrays included in the chart data. -
Uses of CartesianAxes in org.primefaces.model.charts.axes.cartesian.linear
Subclasses of CartesianAxes in org.primefaces.model.charts.axes.cartesian.linearModifier and TypeClassDescriptionclassThe linear scale is use to chart numerical data.