GaugeChartConfig

constructor(placeHolderColor: Color, primaryColor: Color, strokeWidth: Float, showNeedle: Boolean, showIndicator: Boolean, indicatorColor: Color, indicatorWidth: Float)

Parameters

placeHolderColor

The color of the placeholder arc in the gauge chart.

primaryColor

The color of the primary arc in the gauge chart.

strokeWidth

The width of the arcs in the gauge chart.

showNeedle

Indicates whether to show the needle in the gauge chart.

showIndicator

Indicates whether to show the indicator in the gauge chart.

indicatorColor

The color of the indicator in the gauge chart.

indicatorWidth

The width of the indicator in the gauge chart.