CartesianChartView

open class CartesianChartView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : ChartView<CartesianChartModel>

Displays a CartesianChart.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Properties

Link copied to clipboard

The CartesianChart displayed by this View.

Link copied to clipboard
Link copied to clipboard

Houses information on the CartesianChart’s scroll value. Allows for scroll customization and programmatic scrolling.

Link copied to clipboard

Houses information on the CartesianChart’s zoom factor. Allows for zoom customization.

Functions

Link copied to clipboard
open override fun onTouchEvent(event: MotionEvent): Boolean
Link copied to clipboard