DotConfig

data class DotConfig(val fillDotColor: ChartColor, val trackDotColor: ChartColor, val count: Int = 50, val showDots: Boolean = true)

Configuration for the dots displayed along the arc in the speedometer progress bar.

Parameters

fillDotColor

The color of the filled dots.

trackDotColor

The color of the track dots.

count

The number of dots to be displayed along the arc.

showDots

A boolean indicating whether to show the dots or not.

Constructors

Link copied to clipboard
constructor(fillDotColor: ChartColor, trackDotColor: ChartColor, count: Int = 50, showDots: Boolean = true)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int = 50
Link copied to clipboard
Link copied to clipboard
val showDots: Boolean = true
Link copied to clipboard