getProperties

abstract fun getProperties(): List<Pair<String, Any>>

Returns a list of the properties of the chart style.

Each property is represented as a pair, where the first element is the name of the property and the second element is the value of the property.

Return

A list of pairs representing the properties of the chart style.