GridHighlightConfig

fun GridHighlightConfig(showGridExtensionLines: Boolean? = null, showPositiveLineNumbers: Boolean? = null, showNegativeLineNumbers: Boolean? = null, showAreaNames: Boolean? = null, showLineNames: Boolean? = null, showTrackSizes: Boolean? = null, gridBorderColor: RGBA? = null, cellBorderColor: RGBA? = null, rowLineColor: RGBA? = null, columnLineColor: RGBA? = null, gridBorderDash: Boolean? = null, cellBorderDash: Boolean? = null, rowLineDash: Boolean? = null, columnLineDash: Boolean? = null, rowGapColor: RGBA? = null, rowHatchColor: RGBA? = null, columnGapColor: RGBA? = null, columnHatchColor: RGBA? = null, areaBorderColor: RGBA? = null, gridBackgroundColor: RGBA? = null)

Sources

jvm source
Link copied to clipboard