ColumnChart
ColumnChart displays data as vertical bars. It can group and stack columns.
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.
Constructors
Creates a ColumnChart with a common style for all columns.
Creates a ColumnChart instance with columns set to an empty list. The list must be populated before the chart is drawn.
Types
Defines how a ColumnChart should draw columns in column collections.
Properties
Links x-axis values to Marker.EntryModels. A Marker.EntryModel holds the data needed to draw a Marker.
Provides the Chart’s ModelTransformer.
Functions
Updates the ChartValues stored in the provided ChartValuesManager instance to this Chart’s ChartValues.
Updates the chart’s MutableHorizontalDimensions instance.