Style

fun interface Style

An interface that represents a style for a chart.

This interface is used to define the common behavior for all chart styles. Each chart style should provide a list of its properties.

Note: This interface is only used for demo purposes.

Inheritors

Functions

Link copied to clipboard
abstract fun getProperties(): List<Pair<String, Any>>

Returns a list of the properties of the chart style.