public class Pie extends FxPlot
| Constructor | Description |
|---|---|
Pie() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
show(java.lang.String title,
NumberColumn categoryColumn,
NumberColumn numberColumn) |
|
static void |
show(java.lang.String title,
StringColumn stringColumn,
NumberColumn numberColumn) |
|
static void |
show(java.lang.String title,
Table table) |
Display a pie chart with the given title, derived from the given table
|
getJfxPanelpublic static void show(java.lang.String title,
StringColumn stringColumn,
NumberColumn numberColumn)
throws java.lang.Exception
java.lang.Exceptionpublic static void show(java.lang.String title,
NumberColumn categoryColumn,
NumberColumn numberColumn)
throws java.lang.Exception
java.lang.Exceptionpublic static void show(java.lang.String title,
Table table)
throws java.lang.Exception
title - The main title for the plottable - Table must have its first column as the grouping column, and the second as the number columnjava.lang.ExceptionCopyright © 2018. All rights reserved.