Uses of Class
de.yanwittmann.j2chartjs.dataset.BubbleChartDataset
Packages that use BubbleChartDataset
-
Uses of BubbleChartDataset in de.yanwittmann.j2chartjs.dataset
Methods in de.yanwittmann.j2chartjs.dataset that return BubbleChartDatasetModifier and TypeMethodDescriptionBubbleChartDataset.addBackgroundColor(Color... colors)BubbleChartDataset.addBorderColor(Color... colors)BubbleChartDataset.addBorderRadius(Number... radiuses)BubbleChartDataset.addBorderSkipped(String... edges)BubbleChartDataset.addBorderWidth(Number... widths)BubbleChartDataset.addHoverBackgroundColor(Color... colors)BubbleChartDataset.addHoverBorderColor(Color... colors)BubbleChartDataset.addHoverBorderRadius(Number... radiuses)BubbleChartDataset.addHoverBorderSkipped(String... edges)BubbleChartDataset.addHoverBorderWidth(Number... widths)BubbleChartDataset.addPointStyle(String... styles)BubbleChartDataset.addRotation(Number... rotations)BubbleChartDataset.setBackgroundColor(List<Color> backgroundColor)BubbleChartDataset.setBorderColor(List<Color> borderColor)BubbleChartDataset.setBorderRadius(List<Number> borderRadius)BubbleChartDataset.setBorderSkipped(List<String> borderSkipped)BubbleChartDataset.setBorderWidth(List<Number> borderWidth)BubbleChartDataset.setHoverBackgroundColor(List<Color> hoverBackgroundColor)BubbleChartDataset.setHoverBorderColor(List<Color> hoverBorderColor)BubbleChartDataset.setHoverBorderRadius(List<Number> hoverBorderRadius)BubbleChartDataset.setHoverBorderSkipped(List<String> hoverBorderSkipped)BubbleChartDataset.setHoverBorderWidth(List<Number> hoverBorderWidth)BubbleChartDataset.setPointStyle(List<String> pointStyle)BubbleChartDataset.setRotation(List<Number> rotation)BubbleChartDataset.setxAxisID(String xAxisID)BubbleChartDataset.setyAxisID(String yAxisID)