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