Uses of Class
org.primefaces.model.charts.line.LineChartModel
-
Packages that use LineChartModel Package Description org.primefaces.component.linechart org.primefaces.model.charts.scatter -
-
Uses of LineChartModel in org.primefaces.component.linechart
Methods in org.primefaces.component.linechart that return LineChartModel Modifier and Type Method Description LineChartModelLineChartBase. getModel()Methods in org.primefaces.component.linechart with parameters of type LineChartModel Modifier and Type Method Description voidLineChartBase. setModel(LineChartModel model) -
Uses of LineChartModel in org.primefaces.model.charts.scatter
Subclasses of LineChartModel in org.primefaces.model.charts.scatter Modifier and Type Class Description classScatterChartModelScatter charts are based on basic line charts with the x axis changed to a linear axis.
-