Uses of Class
omix.lang.chart.data.XYTableDataReference.CoordinateLocation
Package | Description |
---|---|
omix.lang.chart.data |
This package contains types used in OVL.
|
-
Uses of XYTableDataReference.CoordinateLocation in omix.lang.chart.data
Methods in omix.lang.chart.data that return XYTableDataReference.CoordinateLocation Modifier and Type Method Description XYTableDataReference.CoordinateLocation
XYTableDataReference. getCoordinateLocation()
static XYTableDataReference.CoordinateLocation
XYTableDataReference.CoordinateLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static XYTableDataReference.CoordinateLocation[]
XYTableDataReference.CoordinateLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in omix.lang.chart.data with parameters of type XYTableDataReference.CoordinateLocation Modifier and Type Method Description void
XYTableDataReference. setCoordinateLocation(XYTableDataReference.CoordinateLocation coordinateLocation)
Constructors in omix.lang.chart.data with parameters of type XYTableDataReference.CoordinateLocation Constructor Description XYTableDataReference(XYTableDataReference.CoordinateLocation coordinateLocation, boolean independentSeries, String tablePath)
XYTableDataReference(XYTableDataReference.CoordinateLocation coordinateLocation, boolean independentSeries, String dataSourceIdentifier, String tableIdentifier)
XYZTableDataReference(XYTableDataReference.CoordinateLocation coordinateLocation, boolean independentSeries, String tablePath)
XYZTableDataReference(XYTableDataReference.CoordinateLocation coordinateLocation, boolean independentSeries, String dataSourceIdentifier, String tableIdentifier)