DashboardAxisDisplayOptions

data class DashboardAxisDisplayOptions(val axisLineVisibility: DashboardVisibility? = null, val axisOffset: String? = null, val dataOptions: DashboardAxisDataOptions? = null, val gridLineVisibility: DashboardVisibility? = null, val scrollbarOptions: DashboardScrollBarOptions? = null, val tickLabelOptions: DashboardAxisTickLabelOptions? = null)

Constructors

Link copied to clipboard
constructor(axisLineVisibility: DashboardVisibility? = null, axisOffset: String? = null, dataOptions: DashboardAxisDataOptions? = null, gridLineVisibility: DashboardVisibility? = null, scrollbarOptions: DashboardScrollBarOptions? = null, tickLabelOptions: DashboardAxisTickLabelOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines whether or not the axis line is visible.

Link copied to clipboard
val axisOffset: String? = null

String based length that is composed of value and unit in px

Link copied to clipboard

The data options for an axis.

Link copied to clipboard

Determines whether or not the grid line is visible.

Link copied to clipboard

The scroll bar options for an axis.

Link copied to clipboard

The tick label options of an axis.