ColumnChart

constructor(columns: List<LineComponent>, outsideSpacing: Dp = DefaultDimens.COLUMN_OUTSIDE_SPACING.dp, innerSpacing: Dp = DefaultDimens.COLUMN_INSIDE_SPACING.dp, mergeMode: ColumnChart.MergeMode = MergeMode.Grouped, dataLabel: TextComponent? = null, dataLabelVerticalPosition: VerticalPosition = VerticalPosition.Top, dataLabelValueFormatter: ValueFormatter = DecimalFormatValueFormatter(), dataLabelRotationDegrees: Float = 0.0f)