Class LineElements

java.lang.Object
software.xdev.chartjs.model.options.elements.LineElements

public class LineElements extends Object
Line elements are used to represent the line in a line chart.
  • Field Details

    • line

      protected Line line
    • point

      protected Point point
  • Constructor Details

    • LineElements

      public LineElements()
    • LineElements

      public LineElements(Line line)
      Constructor
      Parameters:
      line - Line instance or null
    • LineElements

      public LineElements(Point point)
      Constructor
      Parameters:
      point - Point instance or null
    • LineElements

      public LineElements(Line line, Point point)
      Constructor
      Parameters:
      line - Line instance or null
      point - Point instance or null
  • Method Details