GridLineOptions

data class GridLineOptions(val display: Boolean = true, val color: Color? = null, val lineWidth: Int? = null, val drawOnChartArea: Boolean? = null, val drawTicks: Boolean? = null, val offset: Boolean? = null, val tickLength: Number? = null, val tickWidth: Number? = null, val tickColor: Color? = null, val tickBorderDash: List<Number>? = null, val tickBorderDashOffset: Number? = null, val circular: Boolean? = null, val z: Number? = null)

Chart grid line options.

Constructors

Link copied to clipboard
constructor(display: Boolean = true, color: Color? = null, lineWidth: Int? = null, drawOnChartArea: Boolean? = null, drawTicks: Boolean? = null, offset: Boolean? = null, tickLength: Number? = null, tickWidth: Number? = null, tickColor: Color? = null, tickBorderDash: List<Number>? = null, tickBorderDashOffset: Number? = null, circular: Boolean? = null, z: Number? = null)

Properties

Link copied to clipboard
val circular: Boolean? = null
Link copied to clipboard
val color: Color? = null
Link copied to clipboard
val display: Boolean = true
Link copied to clipboard
Link copied to clipboard
val drawTicks: Boolean? = null
Link copied to clipboard
val lineWidth: Int? = null
Link copied to clipboard
val offset: Boolean? = null
Link copied to clipboard
val tickBorderDash: List<Number>? = null
Link copied to clipboard
Link copied to clipboard
val tickColor: Color? = null
Link copied to clipboard
val tickLength: Number? = null
Link copied to clipboard
val tickWidth: Number? = null
Link copied to clipboard
val z: Number? = null

Functions

Link copied to clipboard
fun GridLineOptions.toJs(): dynamic

An extension function to convert configuration class to JS object.