Package-level declarations
Types
Link copied to clipboard
class ChartDataSet(items: ChartDataType, title: String, prefix: String = "", postfix: String = "", labels: List<String>? = null)
A class that represents a data set for a chart.
Link copied to clipboard
A sealed class representing different types of chart data items.
Link copied to clipboard
class MultiChartDataSet(items: List<Pair<String, ChartDataType>>, categories: List<String> = emptyList(), title: String, prefix: String = "", postfix: String = "")
A class that represents a data set for a chart.