Uses of Class
tech.tablesaw.plotly.traces.HistogramTrace.HistNorm
-
Packages that use HistogramTrace.HistNorm Package Description tech.tablesaw.plotly.traces -
-
Uses of HistogramTrace.HistNorm in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return HistogramTrace.HistNorm Modifier and Type Method Description static HistogramTrace.HistNorm
HistogramTrace.HistNorm. valueOf(String name)
Returns the enum constant of this type with the specified name.static HistogramTrace.HistNorm[]
HistogramTrace.HistNorm. 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.HistNorm Modifier and Type Method Description HistogramTrace.HistogramBuilder
HistogramTrace.HistogramBuilder. histNorm(HistogramTrace.HistNorm histNorm)
Specifies the type of normalization used for this histogram trace.
-