DashboardAxisLabelOptions

data class DashboardAxisLabelOptions(val applyTo: DashboardAxisLabelReferenceOptions? = null, val customLabel: String? = null, val fontConfiguration: DashboardFontConfiguration? = null)

Constructors

Link copied to clipboard
fun DashboardAxisLabelOptions(applyTo: DashboardAxisLabelReferenceOptions? = null, customLabel: String? = null, fontConfiguration: DashboardFontConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val customLabel: String? = null
Link copied to clipboard