Reference

Threshold

Threshold

Properties

  • arrowHeadLength

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

    null | number
  • arrowHeadWidth

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

    null | number
  • label

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

    null | string
  • labelBoxStyle

    The box style for the label

    null | BoxStyle
  • labelBoxStyleActive

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

    null | BoxStyle
  • labelColor

    The color to be used for the threshold label

    null | string
  • labelColorActive

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

    null | string
  • labelFont

    The font to be used for the threshold label

    null | FontStyle
  • lineStyle

    The style to be used for the threshold line

    null | LineStyle
  • lineStyleActive

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

    null | LineStyle
  • value

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

    number