Uses of Class
com.amalgamasimulation.desktop.html.charts.HTMLLineChart
Packages that use HTMLLineChart
Package
Description
-
Uses of HTMLLineChart in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return HTMLLineChartModifier and TypeMethodDescriptionstatic HTMLLineChartHTML.lineChart(ILineChartVisualSet... visualSets) Creates an HTML line chart from the specified visual sets. -
Uses of HTMLLineChart in com.amalgamasimulation.desktop.html.charts
Subclasses of HTMLLineChart in com.amalgamasimulation.desktop.html.chartsModifier and TypeClassDescriptionclassThe HTMLTimeLineChart class represents an HTML-based timeline chart optimized for time-series data.Methods in com.amalgamasimulation.desktop.html.charts that return HTMLLineChartModifier and TypeMethodDescriptionHTMLLineChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLLineChart.relativeHeight(double height) Sets the relative height of the chart container as a percentage.HTMLLineChart.relativeWidth(double width) Sets the relative width of the chart container as a percentage.Sets the title of the chart.HTMLLineChart.titleAlignment(com.amalgamasimulation.desktop.html.charts.ApexOptions.ApexAlign alignment) Sets the alignment of the chart title.HTMLLineChart.titleColor(Color color) Sets the color of the chart title.HTMLLineChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title.HTMLLineChart.xAxisTitle(String title) Sets the title for the X-axis.HTMLLineChart.yAxisLabelsDecimalSigns(int decimalSignsCount) Configures the number of decimal places to display on Y-axis labels.HTMLLineChart.yAxisTitle(String title) Sets the title for the Y-axis. -
Uses of HTMLLineChart in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui that return HTMLLineChartModifier and TypeMethodDescriptionstatic HTMLLineChartHTMLCharts.lineChart(NumericLineChart desktopLineChart) Creates an HTML line chart from a desktop NumericLineChart component, preserving stacking configuration and visual sets.