Uses of Class
org.knowm.xchart.style.Styler.YAxisPosition
| Package | Description |
|---|---|
| org.knowm.xchart.style |
-
Uses of Styler.YAxisPosition in org.knowm.xchart.style
Methods in org.knowm.xchart.style that return Styler.YAxisPosition Modifier and Type Method Description Styler.YAxisPositionStyler. getYAxisGroupPosistion(int yAxisGroup)static Styler.YAxisPositionStyler.YAxisPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static Styler.YAxisPosition[]Styler.YAxisPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchart.style with parameters of type Styler.YAxisPosition Modifier and Type Method Description StylerStyler. setYAxisGroupPosition(int yAxisGroup, Styler.YAxisPosition yAxisPosition)Set the Y-Axis group position.