Package tech.molecules.leet.table.chart
Class XYChartCreator.XYChartConfig
- java.lang.Object
-
- tech.molecules.leet.table.chart.XYChartCreator.XYChartConfig
-
- Enclosing class:
- XYChartCreator
public static class XYChartCreator.XYChartConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description XYChartConfig(NDataProvider dataset, NColumn xCol, String xDS, NColumn yCol, String yDS)
-
-
-
Field Detail
-
dataset
public final NDataProvider dataset
-
xCol
public final NColumn xCol
-
xDS
public final String xDS
-
yCol
public final NColumn yCol
-
yDS
public final String yDS
-
-
Constructor Detail
-
XYChartConfig
public XYChartConfig(NDataProvider dataset, NColumn xCol, String xDS, NColumn yCol, String yDS)
-
-