Reference

Threshold

Threshold

Properties

  • arrowHeadLength

    The length of the arrow head that points from the label box to the axis. Default is 10 pixels

    number | null
  • arrowHeadWidth

    The width of the arrow head that points from the label box to the axis Default is 10 pixels

    number | null
  • label

    The threshold label (supports \n). Usually contains at least the formatted value.

    string | null
  • labelBoxStyle

    The box style for the label

    BoxStyle | null
  • labelBoxStyleActive

    The box style for the label - if active Is this property null, the [labelBoxStyle] is used.

    BoxStyle | null
  • labelColor

    The color to be used for the threshold label

    string | null
  • labelColorActive

    The color to b eused for the threshold label if it is active

    string | null
  • labelFont

    The font to be used for the threshold label

    FontStyle | null
  • lineStyle

    The style to be used for the threshold line

    LineStyle | null
  • lineStyleActive

    The style to be used for the threshold line - if it is active. Is this property null, the [lineStyle] is used.

    LineStyle | null
  • value

    The threshold value. The value is only used to position the threshold line.

    number