| Package | Description |
|---|---|
| org.molgenis.charts |
| Modifier and Type | Method and Description |
|---|---|
static MolgenisAxisType |
MolgenisAxisType.getType(AttributeType attributeFieldTypeEnum)
Get a Molgenis axis type based on an attributeJavaType
|
MolgenisAxisType |
XYDataChart.getxAxisType() |
MolgenisAxisType |
XYDataChart.getyAxisType() |
static MolgenisAxisType |
MolgenisAxisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MolgenisAxisType[] |
MolgenisAxisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYDataChart.setxAxisType(MolgenisAxisType xAxisType) |
void |
XYDataChart.setyAxisType(MolgenisAxisType yAxisType) |
| Constructor and Description |
|---|
XYDataChart(List<XYDataSerie> data,
MolgenisAxisType xAxisType,
MolgenisAxisType yAxisType) |
Copyright © 2017. All rights reserved.