Uses of Record Class
com.arbergashi.charts.api.ChartFocus
Packages that use ChartFocus
Package
Description
Public API of the ArberCharts framework.
Legend UI components.
-
Uses of ChartFocus in com.arbergashi.charts.api
Fields in com.arbergashi.charts.api declared as ChartFocusMethods in com.arbergashi.charts.api that return ChartFocusModifier and TypeMethodDescriptionReturns a new focus instance with an additional value.Methods in com.arbergashi.charts.api with parameters of type ChartFocusModifier and TypeMethodDescriptionvoidChartFocusListener.onFocusChanged(ChartFocus focus) Called when chart focus changes. -
Uses of ChartFocus in com.arbergashi.charts.ui.legend
Methods in com.arbergashi.charts.ui.legend with parameters of type ChartFocusModifier and TypeMethodDescriptionvoidDockedLegendPanel.setFocus(ChartFocus focus) Updates the focus state used for live value rendering.voidInteractiveLegendOverlay.setFocus(ChartFocus focus) Updates the focus state used to display live series values.