| Package | Description |
|---|---|
| tech.tablesaw.plotly.components |
| Modifier and Type | Method | Description |
|---|---|---|
static ColorBar.Yanchor |
ColorBar.Yanchor.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ColorBar.Yanchor[] |
ColorBar.Yanchor.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
ColorBar.ColorBarBuilder |
ColorBar.ColorBarBuilder.yAnchor(ColorBar.Yanchor yAnchor) |
Sets this color bar's vertical position anchor
This anchor binds the `y` position to the "top", "middle" or "bottom" of the color bar.
|
Copyright © 2018. All rights reserved.