Class RMGraphPartLabelAxis

    • Constructor Detail

      • RMGraphPartLabelAxis

        public RMGraphPartLabelAxis()
    • Method Detail

      • getShowAxisLabels

        public boolean getShowAxisLabels()
        Returns whether the graph shows axis labels.
      • setShowAxisLabels

        public void setShowAxisLabels​(boolean aFlag)
        Sets whether the graph shows axis labels.
      • getShowGridLines

        public boolean getShowGridLines()
        Returns whether the graph shows grid lines between label axis sections.
      • setShowGridLines

        public void setShowGridLines​(boolean aFlag)
        Sets whether the graph shows grid lines between label axis sections.
      • getItemKey

        public java.lang.String getItemKey()
        Returns the item key.
      • setItemKey

        public void setItemKey​(java.lang.String aKey)
        Sets the item key.
      • createXString

        public RMXString createXString()
        Overrides RMText method to create an xstring that is aligned center by default.
        Overrides:
        createXString in class RMTextShape