Uses of Class
com.oorian.apexcharts.ApexSeries
-
Uses of ApexSeries in com.oorian.apexcharts
Methods in com.oorian.apexcharts that return ApexSeriesModifier and TypeMethodDescriptionAdds a boxplot data point with the five-number summary.ApexSeries.addBubblePoint(Object x, Number y, Number z) Adds a bubble data point (x, y, z).Adds a candlestick (OHLC) data point.Adds a single data value.ApexSeries.addDataPoint(Object x, Number y) Adds an x-y data point.ApexSeries.addRangePoint(Object x, Number start, Number end) Adds a range data point with start and end values.ApexSeries.addTimelinePoint(String x, long startTimestamp, long endTimestamp) Adds a range data point with timestamps for timeline/Gantt charts.Sets the color for this series.Sets the data values for this series.Sets the data values for this series from a list.Sets the series name.Sets the series type (for mixed charts).Methods in com.oorian.apexcharts with parameters of type ApexSeriesModifier and TypeMethodDescriptionApexChart.addSeries(ApexSeries series) Adds a data series to the chart.voidApexChart.updateSeries(boolean animate, ApexSeries... newSeries) Updates the chart series data dynamically with animation control.voidApexChart.updateSeries(ApexSeries... newSeries) Updates the chart series data dynamically.