public class ChartDataHistogramDouble extends AbstractChartDataTable<java.lang.Double>
Double
.Constructor and Description |
---|
ChartDataHistogramDouble(Model ownerModel,
java.lang.String[] strings,
java.lang.Double[] entries)
Create an Object to represent the chart data with
data values from type long and data classes from type String.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getObservedString(int index)
Returns the String at the given index.
|
getDataValue, getHighestDataValue, getNumOfData, getOwnerModel, isEmpty
public ChartDataHistogramDouble(Model ownerModel, java.lang.String[] strings, java.lang.Double[] entries)
ownerModel
- Model : The owner model this chart data is associated to.strings
- String[] : The Strings representing the cells.entries
- Long[] : The data value of each cell.