Uses of Enum Class
org.teamapps.dto.UiChartLegendStyle
-
Uses of UiChartLegendStyle in org.teamapps.dto
Subclasses with type arguments of type UiChartLegendStyle in org.teamapps.dtoFields in org.teamapps.dto declared as UiChartLegendStyleModifier and TypeFieldDescriptionprotected UiChartLegendStyleAbstractUiChart.legendStyleprotected UiChartLegendStyleAbstractUiChart.SetLegendStyleCommand.legendStyleMethods in org.teamapps.dto that return UiChartLegendStyleModifier and TypeMethodDescriptionAbstractUiChart.getLegendStyle()AbstractUiChart.SetLegendStyleCommand.getLegendStyle()static UiChartLegendStyleReturns the enum constant of this class with the specified name.static UiChartLegendStyle[]UiChartLegendStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiChartLegendStyleModifier and TypeMethodDescriptionAbstractUiChart.setLegendStyle(UiChartLegendStyle legendStyle) UiPieChart.setLegendStyle(UiChartLegendStyle legendStyle) Constructors in org.teamapps.dto with parameters of type UiChartLegendStyleModifierConstructorDescriptionSetLegendStyleCommand(String componentId, UiChartLegendStyle legendStyle)