columnChart

fun columnChart(context: Context, @StyleRes styleResId: Int = 0, mergeMode: ColumnChart.MergeMode = ColumnChart.MergeMode.Grouped): ColumnChart

Creates a ColumnChart using the provided List of theme attribute resource identifiers and the given styleResId.

Parameters

context

the context used to retrieve the style information.

styleResId

if not 0, used to retrieve the style information from the provided style resource. The styleResId should define the style of all of the following: R.attr.column1, R.attr.column2, and R.attr.column3. If styleResId is 0, the style attributes are retrieved from Context’s theme.

See also