DotConfig

constructor(fillDotColor: ChartColor, trackDotColor: ChartColor, count: Int = 50, showDots: Boolean = true)

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.