Package-level declarations

Types

Link copied to clipboard

The base for Views that display a chart. Subclasses define a Model implementation they can handle.

Link copied to clipboard
class ChartView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : BaseChartView<ChartEntryModel>

A subclass of BaseChartView that displays charts that use ChartEntryModel.

Link copied to clipboard
class ComposedChartView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : BaseChartView<ComposedChartEntryModel<ChartEntryModel>>

A subclass of BaseChartView that displays charts that use ComposedChartEntryModel.