Dot Config
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
fill Dot Color
The color of the filled dots.
track Dot Color
The color of the track dots.
count
The number of dots to be displayed along the arc.
show Dots
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)