public class Serie extends Object
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Number[][] |
getPoints() |
SerieType |
getType() |
XAxis |
getXAxis() |
Double |
getXMax() |
Double |
getXMin() |
double[] |
getXRange() |
YAxis |
getYAxis() |
Double |
getYMax() |
Double |
getYMin() |
double[] |
getYRange() |
Serie |
setName(String name) |
Serie |
setPoints(Number[] points) |
Serie |
setPoints(Number[][] points) |
Serie |
setType(SerieType type) |
protected Serie(Chart chart)
public Number[][] getPoints()
public double[] getXRange()
public Double getXMin()
public Double getXMax()
public double[] getYRange()
public Double getYMin()
public Double getYMax()
public XAxis getXAxis()
public YAxis getYAxis()
public String getName()
public SerieType getType()
Copyright © 2018 Xalys. All rights reserved.