Uses of Class
com.jbstrap.ui.components.charts.BaseChart
Packages that use BaseChart
-
Uses of BaseChart in com.jbstrap.core.event
Methods in com.jbstrap.core.event that return BaseChartModifier and TypeMethodDescriptionBaseChart<?>
ChartClickEvent.getChart()
Gets the chart that triggered the event.BaseChart<?>
ChartLassoEvent.getChart()
Gets the chart that triggered the event.Methods in com.jbstrap.core.event with parameters of type BaseChart -
Uses of BaseChart in com.jbstrap.ui.components.charts
Classes in com.jbstrap.ui.components.charts with type parameters of type BaseChartModifier and TypeInterfaceDescriptioninterface
ClickableChartData<T extends BaseChart<?>>
Charts that implement this interface marker click events.interface
SupportBrush<T extends BaseChart<?>>
Charts that implement this interface support the brush feature.interface
SupportLasso<T extends BaseChart<?>>
Charts that implement this interface can use the lasso feature.interface
SupportZoom<T extends BaseChart<?>>
Charts that implement this interface support the zoom feature.Subclasses of BaseChart in com.jbstrap.ui.components.chartsModifier and TypeClassDescriptionclass
An area chart is a series of data points connected with lines, with a colored area below the lines.class
The parent class of all axis-based charts.class
A bar chart displays data series as columns.class
A bubble chart is a special chart that is capable of displaying multiple series.class
This chart type visualizes a measurement and compares it one or more other measurements.class
A donut chart is a circle diagram with an empty area in the middle.class
A dot chart is a series of unconnected data points.class
A funnel chart displays one data series.class
A gauge chart is a chart resembling an analog instrument where one or more needles indicate the measured value.class
A horizontal stacked bar chart is a bar chart that displays data series as bars.class
A horizontal stacked bar chart is a bar chart that displays data series as bars.class
A line chart is a series of data points connected with lines.class
A pie chart is a circle diagram displaying one data series.class
A population pyramid is a chart that enables you to compare two different data sets.class
class
A stacked area chart is a series of data points connected with lines, with a colored area below the lines.class
A stacked bar chart is a bar chart that displays data series as columns.Fields in com.jbstrap.ui.components.charts declared as BaseChartMethods in com.jbstrap.ui.components.charts with parameters of type BaseChartModifier and TypeMethodDescriptionAdds a chart to the chart canvas component.ChartCanvas.removeChart
(BaseChart<?> chart) Removes a chart from the chart canvas component.protected Series
Series.setParentChart
(BaseChart<?> parent) Sets the chart associated with the series.