public class XchartLine extends Object
| Constructor and Description |
|---|
XchartLine() |
| Modifier and Type | Method and Description |
|---|---|
static void |
show(String chartTitle,
double[] xData,
NumericColumn yColumn,
int width,
int height) |
static void |
show(String chartTitle,
NumericColumn yColumn) |
static void |
show(String chartTitle,
NumericColumn x,
NumericColumn... ySeries)
Displays a line chart with the first numeric column used for the x axis, and the others as
series to plot against it
|
static void |
show(String chartTitle,
NumericColumn xColumn,
NumericColumn yColumn) |
static void |
show(String chartTitle,
NumericColumn xColumn,
NumericColumn yColumn,
int markerSize) |
static void |
show(String chartTitle,
NumericColumn xColumn,
NumericColumn yColumn,
int width,
int height,
int markerSize) |
static void |
show(String chartTitle,
NumericColumn xColumn,
NumericColumn yColumn,
ViewGroup group) |
static void |
show(String chartTitle,
NumericColumn xColumn,
NumericColumn yColumn,
ViewGroup group,
int markerSize) |
public static void show(String chartTitle, NumericColumn yColumn)
public static void show(String chartTitle, NumericColumn xColumn, NumericColumn yColumn, int markerSize)
public static void show(String chartTitle, NumericColumn xColumn, NumericColumn yColumn)
public static void show(String chartTitle, NumericColumn xColumn, NumericColumn yColumn, ViewGroup group)
public static void show(String chartTitle, NumericColumn xColumn, NumericColumn yColumn, ViewGroup group, int markerSize)
public static void show(String chartTitle, NumericColumn xColumn, NumericColumn yColumn, int width, int height, int markerSize)
public static void show(String chartTitle, double[] xData, NumericColumn yColumn, int width, int height)
public static void show(String chartTitle, NumericColumn x, NumericColumn... ySeries)
Copyright © 2017. All rights reserved.