Skip to content

MBarChartColumnStyle

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

Flow Wiki

MBarChartColumnStyle

  • 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

  • MBarWidth
    Width of the bars, 4. by default
    gapWidth - distance between bars, 1. by default

    • width : double
    • gapWidth : double
Clone this wiki locally