Package-level declarations
Types
Link copied to clipboard
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
A DrawingContext extension with CartesianChart-specific data.
Link copied to clipboard
A MeasuringContext extension with CartesianChart-specific data.
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
Represents a CartesianChart scroll value or delta.
Link copied to clipboard
Represents a CartesianChart’s zoom factor.