Uses of Class
com.arbergashi.charts.ui.ArberChartPanel
Packages that use ArberChartPanel
Package
Description
Public API of the ArberCharts framework.
Swing UI components of the ArberCharts framework.
-
Uses of ArberChartPanel in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api that return ArberChartPanel -
Uses of ArberChartPanel in com.arbergashi.charts.ui
Methods in com.arbergashi.charts.ui that return ArberChartPanelModifier and TypeMethodDescriptionArberChartPanel.setRenderHints(ChartRenderHints renderHints) Sets rendering hints for this panel.ArberChartPanel.withAnimations(boolean enabled) Enables or disables smooth animations for zoom and pan operations.ArberChartPanel.withDockedLegend(LegendDockSide side) Convenience helper to dock the legend to a side.ArberChartPanel.withExportHandler(ChartExportHandler handler) Sets the export handler used by export actions.ArberChartPanel.withGridLayer(GridLayer gridLayer) Sets the grid layer for this chart.ArberChartPanel.withLegend(boolean visible) Controls the visibility of the chart legend.ArberChartPanel.withLegendConfig(LegendConfig config) Configures legend placement.ArberChartPanel.withLocale(Locale locale) Sets the locale used for formatting axis labels and tooltips.ArberChartPanel.withOverlayLegend(LegendPosition pos) Convenience helper to use overlay legend at a position.ArberChartPanel.withTheme(ChartTheme theme) Sets the theme for this chart panel and propagates it to all existing renderers.ArberChartPanel.withTooltips(boolean enabled) Enables or disables tooltips.ArberChartPanel.withXAxisConfig(AxisConfig config) Configures the X-axis behavior and formatting.ArberChartPanel.withYAxisConfig(AxisConfig config) Configures the Y-axis behavior and formatting.Methods in com.arbergashi.charts.ui with parameters of type ArberChartPanelModifier and TypeMethodDescriptionvoidChartExportHandler.export(ArberChartPanel panel, String format) Executes an export operation for the given chart.static voidChartExportService.exportPdf(ArberChartPanel panel, File outputFile) Renders the given chart panel into a PDF file.static voidChartExportService.exportPng(ArberChartPanel panel, File outputFile) Renders the given chart panel into a PNG file.static voidChartExportService.exportSvg(ArberChartPanel panel, File outputFile) Renders the given chart panel into an SVG file.