TemplateScrollBarOptions

data class TemplateScrollBarOptions(val visibility: Any? = null, val visibleRange: TemplateVisibleRangeOptions? = null)

Constructors

Link copied to clipboard
constructor(visibility: Any? = null, visibleRange: TemplateVisibleRangeOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val visibility: Any? = null

The visibility of the data zoom scroll bar.

Link copied to clipboard

The visibility range for the data zoom scroll bar.