Marker

data class Marker(val indicatorSize: Dp = DefaultDimens.MARKER_INDICATOR_SIZE.dp, val horizontalPadding: Dp = DefaultDimens.MARKER_HORIZONTAL_PADDING.dp, val verticalPadding: Dp = DefaultDimens.MARKER_VERTICAL_PADDING.dp)

Defines the appearance of chart markers.

Constructors

Link copied to clipboard
constructor(indicatorSize: Dp = DefaultDimens.MARKER_INDICATOR_SIZE.dp, horizontalPadding: Dp = DefaultDimens.MARKER_HORIZONTAL_PADDING.dp, verticalPadding: Dp = DefaultDimens.MARKER_VERTICAL_PADDING.dp)

Properties

Link copied to clipboard

the horizontal padding for marker bubbles.

Link copied to clipboard

the size of indicators (these are the components shown at the top of columns and on lines to highlight the value or values that a marker refers to).

Link copied to clipboard

the vertical padding for marker bubbles.