Uses of Class
org.teamapps.ux.component.charting.ChartLegendStyle
-
Packages that use ChartLegendStyle Package Description org.teamapps.ux.component.charting org.teamapps.ux.component.charting.pie -
-
Uses of ChartLegendStyle in org.teamapps.ux.component.charting
Methods in org.teamapps.ux.component.charting that return ChartLegendStyle Modifier and Type Method Description static ChartLegendStyleChartLegendStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChartLegendStyle[]ChartLegendStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChartLegendStyle in org.teamapps.ux.component.charting.pie
Methods in org.teamapps.ux.component.charting.pie that return ChartLegendStyle Modifier and Type Method Description ChartLegendStylePieChart. getLegendStyle()Methods in org.teamapps.ux.component.charting.pie with parameters of type ChartLegendStyle Modifier and Type Method Description voidPieChart. setLegendStyle(ChartLegendStyle legendStyle)
-