Uses of Record Class
com.storedobject.chart.BoxplotData.Boxplot
Packages that use BoxplotData.Boxplot
-
Uses of BoxplotData.Boxplot in com.storedobject.chart
Constructors in com.storedobject.chart with parameters of type BoxplotData.BoxplotModifierConstructorDescriptionBoxplotData(BoxplotData.Boxplot... data) Constructs aBoxplotDataobject with the specified boxplot data points.Constructor parameters in com.storedobject.chart with type arguments of type BoxplotData.BoxplotModifierConstructorDescriptionBoxplotChart(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.