TintResource

class TintResource(mainProperty: KMutableProperty0<Int?>) : PropertyResource<Int?>

Functions

getValue
Link copied to clipboard
operator fun getValue(chart: PieChart, property: KProperty<*>): Int
resolveResourceValue
Link copied to clipboard
open override fun resolveResourceValue(context: Context): Int?
setValue
Link copied to clipboard
operator fun setValue(chart: PieChart, property: KProperty<*>, newResId: Int)