columnChart
Creates a ColumnChart.
Parameters
the LineComponent instances to use for columns. This list is iterated through as many times as necessary for each column collection. If the list contains a single element, all columns have the same appearance.
the distance between neighboring column collections.
the distance between neighboring grouped columns.
defines how columns should be drawn in column collections.
the list of Decorations that will be added to the ColumnChart.
maps x-axis values to persistent Markers.
an optional TextComponent to use for data labels.
the vertical position of data labels relative to the top of their respective columns.
the ValueFormatter to use for data labels.
the rotation of data labels (in degrees).
overrides the minimum and maximum x-axis and y-axis values.
if this is set, any AxisRenderer with an AxisPosition equal to the provided value will use the ChartValues provided by this chart. This is meant to be used with ComposedChart.
interpolates the ColumnChart’s ColumnChartDrawingModels.