DecimalDataSeriesStyle

The configuration of a line of a time-line chart For decimal values - use [EnumDataSeriesStyle] for enum values.

Properties

  • thresholds

    The (optional) thresholds for this data series. This object also contains the value for the threshold (which should not change very often) The thresholds are only visible, if the value axis for this decimal data series is visible.

    Threshold[] | null
  • ticksFormat

    The format to be used for the tick values

  • valueAxisTitle

    The axis title of the series

    string | null
  • valueRange

    The value range to be used to scale the y-axis for this line.

    ValueRange | null