Package-level declarations

Types

Link copied to clipboard
class ChartDataSet(items: List<Float>, title: String, prefix: String = "", postfix: String = "")

A class that represents a data set for a chart.

Link copied to clipboard
class MultiChartDataSet(items: List<Pair<String, List<Float>>>, categories: List<String> = emptyList(), title: String, prefix: String = "", postfix: String = "")

A class that represents a data set for a chart.