Uses of Class
net.n2oapp.framework.api.metadata.global.view.widget.chart.N2oStandardChart.YAxisPosition
-
Packages that use N2oStandardChart.YAxisPosition Package Description net.n2oapp.framework.api.metadata.global.view.widget.chart -
-
Uses of N2oStandardChart.YAxisPosition in net.n2oapp.framework.api.metadata.global.view.widget.chart
Methods in net.n2oapp.framework.api.metadata.global.view.widget.chart that return N2oStandardChart.YAxisPosition Modifier and Type Method Description static N2oStandardChart.YAxisPositionN2oStandardChart.YAxisPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static N2oStandardChart.YAxisPosition[]N2oStandardChart.YAxisPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-