ColumnChart
Creates a ColumnChart with a common style for all columns.
Parameters
a LineComponent defining the appearance of the columns.
the distance between neighboring column collections.
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.
Creates a ColumnChart instance with columns set to an empty list. The list must be populated before the chart is drawn.
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.
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.
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).
interpolates the ColumnChart’s ColumnChartDrawingModels.