Uses of Enum Class
com.arbergashi.charts.ui.legend.LegendPlacement
Packages that use LegendPlacement
-
Uses of LegendPlacement in com.arbergashi.charts.ui.legend
Subclasses with type arguments of type LegendPlacement in com.arbergashi.charts.ui.legendModifier and TypeClassDescriptionenumDefines whether the legend is rendered as an overlay within the chart canvas or docked outside the plot area.Methods in com.arbergashi.charts.ui.legend that return LegendPlacementModifier and TypeMethodDescriptionLegendConfig.placement()Returns the value of theplacementrecord component.static LegendPlacementReturns the enum constant of this class with the specified name.static LegendPlacement[]LegendPlacement.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.arbergashi.charts.ui.legend with parameters of type LegendPlacementModifierConstructorDescriptionLegendConfig(LegendPlacement placement, LegendPosition overlayPosition, LegendDockSide dockSide) Creates a legend configuration with null-safe defaults.