GaugeChartConfig

data class GaugeChartConfig(val placeHolderColor: Color, val primaryColor: Color, val strokeWidth: Float, val showNeedle: Boolean, val showIndicator: Boolean, val indicatorColor: Color, val indicatorWidth: Float)

Represents the configuration for a gauge chart.

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.

Constructors

Link copied to clipboard
constructor(placeHolderColor: Color, primaryColor: Color, strokeWidth: Float, showNeedle: Boolean, showIndicator: Boolean, indicatorColor: Color, indicatorWidth: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard