Uses of Class
org.primefaces.model.charts.axes.cartesian.CartesianScales
-
Packages that use CartesianScales Package Description org.primefaces.model.charts.bar org.primefaces.model.charts.bubble org.primefaces.model.charts.line -
-
Uses of CartesianScales in org.primefaces.model.charts.bar
Methods in org.primefaces.model.charts.bar that return CartesianScales Modifier and Type Method Description CartesianScalesBarChartOptions. getScales()Gets the options of cartesian scalesMethods in org.primefaces.model.charts.bar with parameters of type CartesianScales Modifier and Type Method Description voidBarChartOptions. setScales(CartesianScales scales)Sets the cartesian scales -
Uses of CartesianScales in org.primefaces.model.charts.bubble
Methods in org.primefaces.model.charts.bubble that return CartesianScales Modifier and Type Method Description CartesianScalesBubbleChartOptions. getScales()Gets the options of cartesian scalesMethods in org.primefaces.model.charts.bubble with parameters of type CartesianScales Modifier and Type Method Description voidBubbleChartOptions. setScales(CartesianScales scales)Sets the cartesian scales -
Uses of CartesianScales in org.primefaces.model.charts.line
Methods in org.primefaces.model.charts.line that return CartesianScales Modifier and Type Method Description CartesianScalesLineChartOptions. getScales()Gets the options of cartesian scalesMethods in org.primefaces.model.charts.line with parameters of type CartesianScales Modifier and Type Method Description voidLineChartOptions. setScales(CartesianScales scales)Sets the cartesian scales
-