public class HorizontalBar extends FxPlot
| Constructor and Description |
|---|
HorizontalBar() |
| Modifier and Type | Method and Description |
|---|---|
static void |
show(String title,
NumberColumn categoryColumn,
NumberColumn numberColumn) |
static void |
show(String title,
StringColumn stringColumn,
NumberColumn numberColumn) |
static void |
show(String title,
Table table)
Display a horizontal bar plot with the given title, derived from the given table
|
getJfxPanelpublic static void show(String title, StringColumn stringColumn, NumberColumn numberColumn)
public static void show(String title, NumberColumn categoryColumn, NumberColumn numberColumn)
Copyright © 2018. All rights reserved.