BarSelectionLineStyle

data class BarSelectionLineStyle(val visible: Boolean, val color: Color, val width: Dp)(source)

Selection indicator configuration for vertical bar and histogram charts.

Constructors

Link copied to clipboard
constructor(visible: Boolean, color: Color, width: Dp)

Properties

Link copied to clipboard

The selection line color.

Link copied to clipboard

Whether the selection line is visible.

Link copied to clipboard
val width: Dp

The selection line stroke width in density-independent pixels.