Uses of Class
org.primefaces.model.charts.line.LineChartOptions
-
Packages that use LineChartOptions Package Description org.primefaces.model.charts.line -
-
Uses of LineChartOptions in org.primefaces.model.charts.line
Methods in org.primefaces.model.charts.line that return LineChartOptions Modifier and Type Method Description LineChartOptionsLineChartModel. getOptions()Gets the configuration optionsMethods in org.primefaces.model.charts.line with parameters of type LineChartOptions Modifier and Type Method Description voidLineChartModel. setOptions(LineChartOptions options)Sets the configuration optionsConstructors in org.primefaces.model.charts.line with parameters of type LineChartOptions Constructor Description LineChartModel(ChartData data, LineChartOptions options)
-