Uses of Class
org.teamapps.ux.component.timegraph.LineChartYScaleZoomMode
-
Packages that use LineChartYScaleZoomMode Package Description org.teamapps.ux.component.timegraph -
-
Uses of LineChartYScaleZoomMode in org.teamapps.ux.component.timegraph
Methods in org.teamapps.ux.component.timegraph that return LineChartYScaleZoomMode Modifier and Type Method Description LineChartYScaleZoomModeLineChartLine. getYScaleZoomMode()static LineChartYScaleZoomModeLineChartYScaleZoomMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LineChartYScaleZoomMode[]LineChartYScaleZoomMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.timegraph with parameters of type LineChartYScaleZoomMode Modifier and Type Method Description voidLineChartLineListener. handleYScaleZoomModeChanged(LineChartLine lineChartLine, LineChartYScaleZoomMode yScaleZoomMode)LineChartLineLineChartLine. setYScaleZoomMode(LineChartYScaleZoomMode yScaleZoomMode)
-