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

    null | string
  • pointSize

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

    null | number
  • pointType

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

    null | PointType
  • showMinMaxArea

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

    null | boolean