Reference

LineChartSimpleStyle

Contains style attributes for simple timeline charts

Properties

  • categoriesGridStyle

    The style to be used for the grid lines associated with the categories

    null | GridStyle
  • categoryAxisStyle

    The style used for the category axis

  • contentViewportMargin

    The content viewport margin: The space around the content viewport.

    null | Insets
  • lineStyles

    The style of each line

    null | (null | LineChartLineStyle)[]
  • maxDataPointDistance

    The maximum distance between two consecutive data points

    null | number
  • minDataPointDistance

    The minimum distance between two consecutive data points

    null | number
  • showTooltip

    Whether to show tooltips

    null | boolean
  • thresholds

    The optional thresholds of the chart

    null | Threshold[]
  • tooltipStyle

    Style for the tool tips

  • tooltipWireStyle

    Style for the tooltip-indicator line

  • valueAxisStyle

    The style used for the value axis

  • valueFormat

    The format to be used for all values of this chart

  • valueRange

    The value range to be used

    null | ValueRange
  • valuesGridStyle

    The style to be used for the grid lines associated with the value axis

    null | GridStyle
  • visibleLines

    The indices of the visible lines. Set to

    null | number[]