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