QQ2StatMapping

class QQ2StatMapping(var x: Any? = null, var y: Any? = null) : QQ2StatAesthetics

Aesthetic mappings supported by statQQ2().

Parameters

x

X-axis value.

y

Y-axis value.

Constructors

Link copied to clipboard
constructor(x: Any? = null, y: Any? = null)

Properties

Link copied to clipboard
open override var x: Any?
Link copied to clipboard
open override var y: Any?