Property

class Property<T>(value: T, valueProcessor: (T) -> T?, valueChangeHandler: (T) -> Unit?)

Functions

getValue
Link copied to clipboard
operator fun getValue(chart: PieChart, property: KProperty<*>): T
setValue
Link copied to clipboard
operator fun setValue(chart: PieChart, property: KProperty<*>, newValue: T)