Uses of Class
org.teamapps.dto.UiChartLegendStyle
-
-
Uses of UiChartLegendStyle in org.teamapps.dto
Fields in org.teamapps.dto declared as UiChartLegendStyle Modifier and Type Field Description protected UiChartLegendStyleAbstractUiChart. legendStyleprotected UiChartLegendStyleAbstractUiChart.SetLegendStyleCommand. legendStyleMethods in org.teamapps.dto that return UiChartLegendStyle Modifier and Type Method Description UiChartLegendStyleAbstractUiChart. getLegendStyle()UiChartLegendStyleAbstractUiChart.SetLegendStyleCommand. getLegendStyle()static UiChartLegendStyleUiChartLegendStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiChartLegendStyle[]UiChartLegendStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiChartLegendStyle Modifier and Type Method Description AbstractUiChartAbstractUiChart. setLegendStyle(UiChartLegendStyle legendStyle)UiPieChartUiPieChart. setLegendStyle(UiChartLegendStyle legendStyle)Constructors in org.teamapps.dto with parameters of type UiChartLegendStyle Constructor Description SetLegendStyleCommand(java.lang.String componentId, UiChartLegendStyle legendStyle)
-