Class LinearScale

java.lang.Object
software.xdev.chartjs.model.options.scales.Scale<LinearTicks,LinearScale>
software.xdev.chartjs.model.options.scales.LinearScale

public class LinearScale extends Scale<LinearTicks,LinearScale>
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.
  • Constructor Details

    • LinearScale

      public LinearScale()
  • Method Details

    • getType

      public String getType()