public class Pie extends FxPlot
| Constructor and Description |
|---|
Pie() |
| 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 pie chart with the given title, derived from the given table
|
getJfxPanelpublic static void show(String title, StringColumn stringColumn, NumberColumn numberColumn) throws Exception
Exceptionpublic static void show(String title, NumberColumn categoryColumn, NumberColumn numberColumn) throws Exception
Exceptionpublic static void show(String title, Table table) throws Exception
title - The main title for the plottable - Table must have its first column as the grouping column, and the second as the number columnExceptionCopyright © 2018. All rights reserved.