Class AbstractChartAxisAdv

    • Constructor Detail

      • AbstractChartAxisAdv

        public AbstractChartAxisAdv()
    • Method Detail

      • isVisible

        public abstract boolean isVisible()
        Returns if this axis is visible
        Returns:
        visible if the axis is visible
      • getPosition

        public abstract AbstractChartAxisAdv.Position getPosition()
        Returns the position of this axis.
        Returns:
        position the position of this axis
      • hasMajorGridline

        public abstract boolean hasMajorGridline()
        Returns if this axis has major gridline
        Returns:
        majorGridline if the axis has major gridline
      • getOrientation

        public abstract AbstractChartAxisAdv.Orientation getOrientation()
        Returns the orientation of the values.
        Returns:
        orientation the orientation of the values
      • getTickLabelPosition

        public abstract AbstractChartAxisAdv.TickLabelPosition getTickLabelPosition()
        Returns the position of the tick label.
        Returns:
        tickLabelPosition the position of the tick label.
      • getCrossAxisId

        public abstract long getCrossAxisId()
        Returns the id of the axis cross another axis
      • setCrossAxisId

        public abstract void setCrossAxisId​(long id)
        Sets the id of the axis cross another axis
      • getAxisCrosses

        public abstract AbstractChartAxisAdv.Crosses getAxisCrosses()
        Returns the possible crossing points for the axis.
        Returns:
        axisCrosses the possible crossing points for the axis