Package | Description |
---|---|
tech.tablesaw.plotly.components |
Modifier and Type | Method and Description |
---|---|
static TickSettings.DisplayRules |
TickSettings.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.
|
Modifier and Type | Method and Description |
---|---|
TickSettings.TickSettingsBuilder |
TickSettings.TickSettingsBuilder.showExponent(TickSettings.DisplayRules showExponent) |
TickSettings.TickSettingsBuilder |
TickSettings.TickSettingsBuilder.showPrefix(TickSettings.DisplayRules showPrefix)
If "all", all tick labels are displayed with a prefix.
|
TickSettings.TickSettingsBuilder |
TickSettings.TickSettingsBuilder.showSuffix(TickSettings.DisplayRules showSuffix) |
Copyright © 2020. All rights reserved.