Uses of Enum
tech.tablesaw.plotly.traces.HistogramTrace.HistNorm
Packages that use HistogramTrace.HistNorm
-
Uses of HistogramTrace.HistNorm in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return HistogramTrace.HistNormModifier and TypeMethodDescriptionstatic HistogramTrace.HistNormReturns 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.HistNormModifier and TypeMethodDescriptionHistogramTrace.HistogramBuilder.histNorm(HistogramTrace.HistNorm histNorm) Specifies the type of normalization used for this histogram trace.