public class Line extends Object
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
static void |
show(String chartTitle,
NumberColumn x,
NumberColumn... y)
Displays a line chart with multiple series
|
static void |
show(String chartTitle,
NumberColumn x,
NumberColumn y) |
public static void show(String chartTitle, NumberColumn x, NumberColumn y)
public static void show(String chartTitle, NumberColumn x, NumberColumn... y)
chartTitle - The main titlex - The column supplying the x valuesy - The column supplying the y valuesCopyright © 2018. All rights reserved.