Package-level declarations

Types

Link copied to clipboard
fun interface AutoScrollCondition

Defines when an automatic scroll should be performed.

Link copied to clipboard

A chart based on a Cartesian coordinate plane, composed of CartesianLayers.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class FadingEdges(startWidthDp: Float = FADING_EDGE_WIDTH_DP, endWidthDp: Float = FADING_EDGE_WIDTH_DP, visibilityThresholdDp: Float = FADING_EDGE_VISIBILITY_THRESHOLD_DP, visibilityInterpolator: TimeInterpolator = AccelerateDecelerateInterpolator())

FadingEdges applies a horizontal fade to the edges of the chart area for scrollable charts. This effect indicates that there’s more content beyond a given edge, and the user can scroll to reveal it.

Link copied to clipboard
sealed interface Scroll

Represents a CartesianChart scroll value or delta.

Link copied to clipboard
fun interface Zoom

Represents a CartesianChart’s zoom factor.