Uses of Class
com.arbergashi.charts.api.ModelBuilder
Packages that use ModelBuilder
-
Uses of ModelBuilder in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api that return ModelBuilderModifier and TypeMethodDescriptionModelBuilder.addAll(List<ChartPoint> points) Add multiple chart points in bulk.ModelBuilder.addOHLC(double time, double open, double high, double low, double close) Add OHLC bar (for candlestick charts).Add OHLC bar from domain object.ModelBuilder.addWithError(double x, double y, double error) Add point with symmetric error bars.ModelBuilder.addWithError(double x, double y, double errorLow, double errorHigh) Add point with asymmetric error bars.ModelBuilder.addWithError(ErrorBarPoint point) Add point with error bars from domain object.ModelBuilder.addXY(double x, double y) Add simple XY point.Add XY point with label.ModelBuilder.addXYArrays(double[] x, double[] y) Add XY data from parallel arrays.Set the series color.static ModelBuilderStart building a new chart model.Set the series subtitle.