Package 

Enum AutoScaleUp

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum AutoScaleUp
    extends Enum<AutoScaleUp>
                        

    Defines whether the content of a scrollable chart should be scaled up when the dimensions are such that, at a scale factor of 1, an empty space would be visible near the end edge of the chart.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      None

      Leaves the chart’s scale unaffected. Empty space may be visible.

      Full

      Scales up the chart to prevent any empty space from being visible.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait