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
Whether to consume move touch events when scroll is disabled and CartesianChart.marker is not null.
Link copied to clipboard
Houses the chart data.
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.