public class XchartScatter extends Object
| Constructor and Description |
|---|
XchartScatter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
show(String chartTitle,
double[] xData,
NumericColumn yColumn,
int width,
int height) |
static void |
show(String chartTitle,
double[] xData,
String xLabel,
double[] yData,
String yLabel,
int width,
int height) |
static void |
show(String chartTitle,
NumericColumn yColumn) |
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) |
static void |
show(String chartTitle,
String xTitle,
double[] x,
String yTitle,
double[] y) |
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, double[] xData, String xLabel, double[] yData, String yLabel, int width, int height)
Copyright © 2017. All rights reserved.