@Deprecated public class Bar extends FxPlot
Constructor | Description |
---|---|
Bar() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
show(java.lang.String title,
NumberColumn categoryColumn,
NumberColumn numberColumn) |
Deprecated.
|
static void |
show(java.lang.String title,
StringColumn stringColumn,
NumberColumn numberColumn) |
Deprecated.
|
static void |
show(java.lang.String title,
Table table) |
Deprecated.
Display a bar plot with the given title, derived from the given table
|
getJfxPanel
public static void show(java.lang.String title, StringColumn stringColumn, NumberColumn numberColumn)
public static void show(java.lang.String title, NumberColumn categoryColumn, NumberColumn numberColumn)
public static void show(java.lang.String title, Table table)
title
- The main title for the plottable
- Table must have its first column as the grouping column, and the second as the number columnCopyright © 2018. All rights reserved.