Class YAxisLabels

    • Constructor Detail

      • YAxisLabels

        public YAxisLabels()
    • Method Detail

      • getX

        public Number getX()
        Returns the x position offset of the label relative to the tick position on the axis.

        Default: -8

        Overrides:
        getX in class AxisLabels
      • setX

        public void setX​(Number x)
        Sets the x position offset of the label relative to the tick position on the axis.

        Default: -8

        Overrides:
        setX in class AxisLabels
      • getY

        public Number getY()
        Returns the y position offset of the label relative to the tick position on the axis.

        Default: 3

        Overrides:
        getY in class AxisLabels
      • setY

        public void setY​(Number y)
        Sets the y position offset of the label relative to the tick position on the axis.

        Default: 3

        Overrides:
        setY in class AxisLabels