Uses of Class
org.primefaces.model.chart.AxisType
-
Packages that use AxisType Package Description org.primefaces.component.chart.renderer org.primefaces.model.chart -
-
Uses of AxisType in org.primefaces.component.chart.renderer
Methods in org.primefaces.component.chart.renderer with parameters of type AxisType Modifier and Type Method Description protected voidCartesianPlotRenderer. encodeAxis(javax.faces.context.FacesContext context, AxisType axisType, Axis axis) -
Uses of AxisType in org.primefaces.model.chart
Fields in org.primefaces.model.chart with type parameters of type AxisType Modifier and Type Field Description protected Map<AxisType,Axis>CartesianChartModel. axesMethods in org.primefaces.model.chart that return AxisType Modifier and Type Method Description AxisTypeChartSeries. getXaxis()AxisTypeChartSeries. getYaxis()static AxisTypeAxisType. 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.Methods in org.primefaces.model.chart that return types with arguments of type AxisType Modifier and Type Method Description Map<AxisType,Axis>CartesianChartModel. getAxes()Methods in org.primefaces.model.chart with parameters of type AxisType Modifier and Type Method Description AxisCartesianChartModel. getAxis(AxisType type)voidChartSeries. setXaxis(AxisType xaxis)voidChartSeries. setYaxis(AxisType yaxis)
-