vico
      Target filter
Search in API
Skip to content
    vico
compose/com.patrykandpatrick.vico.compose.cartesian.data/CartesianLayerDrawingModelInterpolator/Companion

Companion

object Companion

Houses CartesianLayerDrawingModelInterpolator factory functions.

Functions

candlestick
Link copied to clipboard
fun candlestick(): CartesianLayerDrawingModelInterpolator<CandlestickCartesianLayerDrawingModel.Entry, CandlestickCartesianLayerDrawingModel>

Creates a CartesianLayerDrawingModelInterpolator for CandlestickCartesianLayers.

column
Link copied to clipboard
fun column(): CartesianLayerDrawingModelInterpolator<ColumnCartesianLayerDrawingModel.Entry, ColumnCartesianLayerDrawingModel>

Creates a CartesianLayerDrawingModelInterpolator for ColumnCartesianLayers.

default
Link copied to clipboard
fun <T : CartesianLayerDrawingModel.Entry, R : CartesianLayerDrawingModel<T>> default(): CartesianLayerDrawingModelInterpolator<T, R>

Creates an instance of the default CartesianLayerDrawingModelInterpolator implementation.

line
Link copied to clipboard
fun line(sweep: Boolean = false): CartesianLayerDrawingModelInterpolator<LineCartesianLayerDrawingModel.Entry, LineCartesianLayerDrawingModel>

Creates a CartesianLayerDrawingModelInterpolator for LineCartesianLayers. If sweep is true, the LineCartesianLayer’s first appearance is animated as a clip sweeping in from the start edge at full opacity and y, rather than the default grow-from-baseline and fade-in.

Generated by Dokka
© 2026 Copyright