Package com.illumon.iris.db.tables.utils
Class DBXYDataset.XYPair
java.lang.Object
com.illumon.iris.db.tables.utils.DBXYDataset.XYPair
- Direct Known Subclasses:
DBXYCategoryDataset.XYPairAndCategory
- Enclosing class:
- DBXYDataset
public static class DBXYDataset.XYPair extends Object
A pair consisting of the column names to be used as the sources for the X and Y axes. There is one
XYPair
for each series of a DBXYDataset
.-
Constructor Summary
-
Method Summary
Modifier and Type Method Description String
getXColumn()
String
getYColumn()