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