Uses of Class
org.primefaces.model.chart.OhlcChartSeries
-
Packages that use OhlcChartSeries Package Description org.primefaces.model.chart -
-
Uses of OhlcChartSeries in org.primefaces.model.chart
Methods in org.primefaces.model.chart that return types with arguments of type OhlcChartSeries Modifier and Type Method Description List<OhlcChartSeries>OhlcChartModel. getData()Methods in org.primefaces.model.chart with parameters of type OhlcChartSeries Modifier and Type Method Description voidOhlcChartModel. add(OhlcChartSeries ohlc)voidOhlcChartModel. addRecord(OhlcChartSeries ohlc)Deprecated.Method parameters in org.primefaces.model.chart with type arguments of type OhlcChartSeries Modifier and Type Method Description voidOhlcChartModel. setData(List<OhlcChartSeries> data)Constructor parameters in org.primefaces.model.chart with type arguments of type OhlcChartSeries Constructor Description OhlcChartModel(List<OhlcChartSeries> data)
-