Uses of Class
tech.tablesaw.plotly.components.TickSettings.DisplayRules
-
Packages that use TickSettings.DisplayRules Package Description tech.tablesaw.plotly.components -
-
Uses of TickSettings.DisplayRules in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return TickSettings.DisplayRules Modifier and Type Method Description static TickSettings.DisplayRulesTickSettings.DisplayRules. valueOf(String name)Returns the enum constant of this type with the specified name.static TickSettings.DisplayRules[]TickSettings.DisplayRules. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.tablesaw.plotly.components with parameters of type TickSettings.DisplayRules Modifier and Type Method Description TickSettings.TickSettingsBuilderTickSettings.TickSettingsBuilder. showExponent(TickSettings.DisplayRules showExponent)TickSettings.TickSettingsBuilderTickSettings.TickSettingsBuilder. showPrefix(TickSettings.DisplayRules showPrefix)If "all", all tick labels are displayed with a prefix.TickSettings.TickSettingsBuilderTickSettings.TickSettingsBuilder. showSuffix(TickSettings.DisplayRules showSuffix)
-