public class TimeSeriesPlot extends Object
Constructor and Description |
---|
TimeSeriesPlot() |
Modifier and Type | Method and Description |
---|---|
static Figure |
create(String title,
String xTitle,
DateColumn xCol,
String yTitle,
NumberColumn<?> yCol) |
static Figure |
create(String title,
Table table,
String dateColXName,
String yColName) |
static Figure |
create(String title,
Table table,
String dateColX,
String yCol,
String groupCol) |
Copyright © 2018. All rights reserved.