CartesianChartView
open class CartesianChartView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : ChartView<CartesianChartModel>
Displays a CartesianChart.
Properties
Link copied to clipboard
The CartesianChart displayed by this View.
Link copied to clipboard
Creates and updates the CartesianChartModel.
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.