Package-level declarations
Types
Link copied to clipboard
open class CartesianChartView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : ChartView<CartesianChartModel>
Displays a CartesianChart.
Link copied to clipboard
class ScrollHandler(scrollEnabled: Boolean = true, initialScroll: Scroll.Absolute = Scroll.Absolute.Start, autoScroll: Scroll = initialScroll, autoScrollCondition: AutoScrollCondition = AutoScrollCondition.Never, autoScrollInterpolator: TimeInterpolator = AccelerateDecelerateInterpolator(), autoScrollDuration: Long = Animation.DIFF_DURATION.toLong())
Houses information on a CartesianChart’s scroll value. Allows for scroll customization and programmatic scrolling.
Link copied to clipboard
class ZoomHandler(zoomEnabled: Boolean = true, initialZoom: Zoom = Zoom.max(Zoom.static(), Zoom.Content), minZoom: Zoom = Zoom.Content, maxZoom: Zoom = Zoom.max(Zoom.static(Defaults.MAX_ZOOM), Zoom.Content))
Houses information on a CartesianChart’s zoom factor. Allows for zoom customization.