Uses of Class
com.jbstrap.ui.components.charts.GaugeChart
-
Uses of GaugeChart in com.jbstrap.ui.components.charts
Modifier and TypeMethodDescriptionAdds a new series to the chart.GaugeChart.changeSectionName
(String oldName, String newName) Modifies the section’s name.GaugeChart.createSection
(String name, double start) Creates a new chart section.GaugeChart.createSection
(String name, double start, String color) Creates a new chart section.GaugeChart.removeSections
(String name) Removes the specified section from the chart.GaugeChart.setColorRange
(String... colors) Sets a custom color scheme.GaugeChart.setColorTemplate
(ColorTemplate template) Set the chart’s color scheme.GaugeChart.setCornerRadius
(int radius) Sets the rounding radius for chart section corners.GaugeChart.setMax
(double max) The maximum gauge chart reading (end value).GaugeChart.setMin
(double min) The minimum gauge chart reading (starting value).GaugeChart.setPadding
(double padding) Sets the size of the padding between chart sections.GaugeChart.setScaleStartValue
(String name, double start) Modifies the section’s initial value.GaugeChart.setSectionColor
(String name, String color) Sets a chart’s section color.GaugeChart.setShowDataLabels
(boolean showDataLabels) Sets if the chart sections should display data labels.GaugeChart.setShowValueLabel
(boolean showValueLabel) Sets if value labels should be displayed on the chart.GaugeChart.setThickness
(Integer thickness) Sets the thickness of the arc on the chart.GaugeChart.setTickCount
(int tickCount) Sets the number of ticks displayed on the chart.GaugeChart.setTickCount
(TickNumbers tickNumber) Sets the number of ticks based on the tick type.GaugeChart.setType
(GaugeChartType type) Sets the chart’s display type.GaugeChart.setValueLabelSize
(int size) Sets the displayed value label’s font size.