Class CartesianLinearAxes

  • All Implemented Interfaces:
    Serializable

    public class CartesianLinearAxes
    extends CartesianAxes
    The linear scale is use to chart numerical data. It can be placed on either the x or y axis. The scatter chart type automatically configures a line chart to use one of these scales for the x axis. As the name suggests, linear interpolation is used to determine where a value lies on the axis.
    See Also:
    Serialized Form
    • Constructor Detail

      • CartesianLinearAxes

        public CartesianLinearAxes()
    • Method Detail

      • getType

        public String getType()
        Gets the type
        Returns:
        type of cartesian axes
      • setType

        public void setType​(String type)
        Sets the type
        Parameters:
        type - the type of cartesian axes