Reference

TimeLineChartLineStyle

Configuration for a single (decimal) line in the timeline chart.

Properties

  • lineStyle

    The line style

  • minMaxAreaColor

    The color for the min/max area

    string | null
  • pointSize

    The size of the point in pixels - depending on the [pointType]. Usually the diameter. Default: 2.0

    number | null
  • pointType

    How the points are painted - default is [PointType.None] Uses the line color.

    PointType | null
  • showMinMaxArea

    If set to true the min/max area is visible, default is false

    boolean | null