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

public class Point extends Object

Point elements are used to represent the points in a line chart or a bubble chart.

When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset.

  • Field Details

    • radius

      protected Integer radius
    • pointStyle

      protected PointStyle pointStyle
    • backgroundColor

      protected Object backgroundColor
    • borderWidth

      protected Integer borderWidth
    • borderColor

      protected Object borderColor
    • hitRadius

      protected Integer hitRadius
    • hoverRadius

      protected Integer hoverRadius
    • hoverBorderWidth

      protected Integer hoverBorderWidth
  • Constructor Details

    • Point

      public Point()
  • Method Details