Uses of Class
com.amalgamasimulation.desktop.html.charts.HTMLBarChart
Packages that use HTMLBarChart
Package
Description
-
Uses of HTMLBarChart in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return HTMLBarChartModifier and TypeMethodDescriptionstatic HTMLBarChartHTML.barChart(IBarChartVisualSet... visualSets) Creates an HTML bar chart from the specified visual sets.static <T> HTMLBarChartHTML.waterfallChart(WaterfallVisualSet<T> visualSet) Creates an HTML waterfall chart showing cumulative value progression. -
Uses of HTMLBarChart in com.amalgamasimulation.desktop.html.charts
Methods in com.amalgamasimulation.desktop.html.charts that return HTMLBarChartModifier and TypeMethodDescriptionHTMLBarChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLBarChart.relativeHeight(double height) Sets the relative height of the chart container as a percentage.HTMLBarChart.relativeWidth(double width) Sets the relative width of the chart container as a percentage.HTMLBarChart.stacked(boolean stacked) Configures stacked display mode for chart elements.Sets the title of the chart.HTMLBarChart.titleAlignment(com.amalgamasimulation.desktop.html.charts.ApexOptions.ApexAlign alignment) Sets the alignment of the chart title.HTMLBarChart.titleColor(Color color) Sets the color of the chart title.HTMLBarChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title.HTMLBarChart.yAxisLabelsDecimalSigns(int decimalSignsCount) Configures the number of decimal places to display on Y-axis labels. -
Uses of HTMLBarChart in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui that return HTMLBarChartModifier and TypeMethodDescriptionstatic HTMLBarChartCreates an HTML bar chart from the givenBarChartdesktop UI component.