Dot Config
constructor(fillDotColor: ChartColor, trackDotColor: ChartColor, count: Int = 50, showDots: Boolean = true)
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.