CartesianLayer
Visualizes data on a Cartesian plane. CartesianLayers are combined and drawn by CartesianCharts.
Inheritors
Properties
Link copied to clipboard
Links x values to CartesianMarker.Targets.
Functions
Link copied to clipboard
Draws the CartesianLayer.
Link copied to clipboard
abstract fun prepareForTransformation(model: M?, ranges: CartesianChartRanges, extraStore: MutableExtraStore)
Prepares the CartesianLayer for a difference animation.
Link copied to clipboard
Carries out the pending difference animation.
Link copied to clipboard
Updates chartRanges in accordance with model.
Link copied to clipboard
abstract fun updateDimensions(context: CartesianMeasuringContext, dimensions: MutableCartesianLayerDimensions, model: M)
Updates dimensions to match this CartesianLayer’s dimensions.