Interface IAxis

    • Method Detail

      • getScale

        IScale getScale()
        Gets theScale for axis scaling
        Returns:
        Scale
      • getMarkerLines

        IMarkerLine[] getMarkerLines()
        Gets all marker lines in Axis
        Returns:
        an array of marker lines
      • getMarkerRanges

        IMarkerRange[] getMarkerRanges()
        Gets all marker ranges in Axis
        Returns:
        an array of marker ranges
      • getType

        java.lang.String getType()
        Gets the name of AxisType. Return values are an enumeration including "Text", "Linear", "Logarithmic" and "DateTime". Default value is "Linear".
        Returns:
        the name of AxisType
        See Also:
        AxisType
      • setType

        void setType​(java.lang.String type)
        Sets AxisType by name. Names are an enumeration including "Text", "Linear", "Logarithmic" and "DateTime". Default value is "Linear". If the AxisType name is invalid, will set the default value.
        Parameters:
        type - the name of AxisType
        See Also:
        AxisType