Uses of Class
tech.tablesaw.plotly.traces.HistogramTrace.HistFunc
-
Packages that use HistogramTrace.HistFunc Package Description tech.tablesaw.plotly.traces -
-
Uses of HistogramTrace.HistFunc in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return HistogramTrace.HistFunc Modifier and Type Method Description static HistogramTrace.HistFunc
HistogramTrace.HistFunc. valueOf(String name)
Returns the enum constant of this type with the specified name.static HistogramTrace.HistFunc[]
HistogramTrace.HistFunc. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.tablesaw.plotly.traces with parameters of type HistogramTrace.HistFunc Modifier and Type Method Description HistogramTrace.HistogramBuilder
HistogramTrace.HistogramBuilder. histFunc(HistogramTrace.HistFunc histFunc)
Specifies the binning function used for this histogram trace.
-