Skip to content

MLineChartColumnStyle

Stanislav Podolia edited this page Jul 21, 2020 · 2 revisions

Flow Wiki

MLineChartColumnStyle

  • MChartColumnStyle

  • FillOpacity

    • MColumnVisible

      • visible : DynamicBehaviour<bool>
    • MColumnShowValuesOnHover

    • MOnListClick

      • enabled : Transform<bool>
      • onClick : (int) -> void
    • MHideValueHover
      Do not show hover for points

    • MValuesLabels
      Adds points value labels

      • withPostfix : bool
    • MValuesPostfix
      Postfix which is added at the end of every YAxis value
      For example MValuesPostfix(" s") will produce values like "1 s", "2 s" etc.

      • postfix : string
    • MTooltipValuesPostfix
      The same as MValuesPostfix but without vertAxis modification

      • postfix : string
    • MPointLabel
      custom values labels

      • getLabel : (value : double) -> string
    • MPointLabelStyle

  • MWidth

    • width : double
  • MHidePoints

  • MPointMarker
    custom markers. only for lines

    • getMarker : (index : int, y : double) -> Material
  • MLineType

  • MChartCurve
    TODO: Add curve type

  • MColumnRangeData

    • data : [ Pair<double, double> ]
  • MLineTypeChanges
    Changes line type after point with defined index.

    • changes : [ MLineTypeChange ]

Clone this wiki locally