BarChartStyle

Contains style attributes for all bar charts (stacked and grouped)

Properties

  • categoryAxisStyle

    The style of the category axis

  • contentViewportMargin

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

    Insets | null
  • gridStyle

    The style to be used for the grid

    GridStyle | null
  • horizontal

    Whether the chart is horizontal (true) or vertical (false)

    boolean | null
  • valueAxisStyle

    The style of the value axis

  • valueRange

    The value range to be used

    ValueRange | null