Package-level declarations

Functions

Link copied to clipboard
fun lineChart(context: Context, @StyleRes styleResId: Int = 0): LineChart

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

Link copied to clipboard
fun lineSpec(context: Context, @AttrRes attrRes: Int = R.attr.line1Spec, @StyleRes styleResId: Int = 0): LineChart.LineSpec

Creates a LineChart.LineSpec using the provided attrRes and styleResId.