TargetConfig

data class TargetConfig(val targetLineBarColors: ChartColor, val targetStrokeWidth: Float, val pathEffect: PathEffect?)

Data class representing the configuration for the target line in a bar chart.

Constructors

Link copied to clipboard
constructor(targetLineBarColors: ChartColor, targetStrokeWidth: Float, pathEffect: PathEffect?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path effect applied to the target line, such as dashes.

Link copied to clipboard

A list of colors used for the gradient of the target line.

Link copied to clipboard

The width of the target line.