Uses of Class
com.storedobject.chart.CategoryData
Packages that use CategoryData
-
Uses of CategoryData in com.storedobject.chart
Methods in com.storedobject.chart with parameters of type CategoryDataModifier and TypeMethodDescriptionvoid
DataMatrix.setColumnNames
(CategoryData columnNames) Set column names.void
DataMatrix.setRowNames
(CategoryData rowNames) Set row names.Constructors in com.storedobject.chart with parameters of type CategoryDataModifierConstructorDescriptionBoxplotChart
(AbstractDataProvider<BoxplotData.Boxplot> xData, CategoryData yData) Constructs a BoxplotChart with the specified data for the X and Y axes.BoxplotChart
(CategoryData xData, AbstractDataProvider<BoxplotData.Boxplot> yData) Constructs a new BoxplotChart with the specified category data for the X-axis and boxplot data for the Y-axis.HeatmapChart
(CategoryData xData, CategoryData yData) Constructor.