Package-level declarations
Functions
Link copied to clipboard
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.
Link copied to clipboard
fun columnLineComponent(context: Context, @AttrRes attrRes: Int = R.attr.column1, @StyleRes styleResId: Int = 0): LineComponent
Creates a LineComponent using the provided attrRes and styleResId.