org.grinvin.invariants.details
Class BarChartAndList
JSplitPaneorg.grinvin.invariants.details.BarChartAndList
public class BarChartAndList
extends JSplitPane
Combines a bar chart and a list in a single panel.
BarChartAndList(Number> dataModel)- Create a bar chart and list with given data model.
|
BarChartAndList(Number> dataModel, Number referenceValue)- Create a bar chart and list with given data model and
reference value.
|
BarChartAndList
public BarChartAndList(Number> dataModel)
Create a bar chart and list with given data model.
BarChartAndList
public BarChartAndList(Number> dataModel,
Number referenceValue) Create a bar chart and list with given data model and
reference value.