Uses of Enum
tech.tablesaw.plotly.traces.HistogramTrace.HistFunc
Packages that use HistogramTrace.HistFunc
-
Uses of HistogramTrace.HistFunc in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return HistogramTrace.HistFuncModifier and TypeMethodDescriptionstatic HistogramTrace.HistFuncReturns 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.HistFuncModifier and TypeMethodDescriptionHistogramTrace.HistogramBuilder.histFunc(HistogramTrace.HistFunc histFunc) Specifies the binning function used for this histogram trace.