CartesianChartModel

Stores a CartesianChart’s data.

Constructors

Link copied to clipboard
constructor(models: List<CartesianLayerModel>)

Creates a CartesianChartModel consisting of the given CartesianLayerModels.

constructor(vararg models: CartesianLayerModel)

Creates a CartesianChartModel consisting of the given CartesianLayerModels.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Stores auxiliary data, including CartesianLayerDrawingModels.

Link copied to clipboard
val id: Int

Identifies this CartesianChartModel in terms of the CartesianLayerModel.ids.

Link copied to clipboard
Link copied to clipboard

Expresses the size of this CartesianChartModel in terms of the range of the x values covered.

Functions

Link copied to clipboard

Creates a copy of this CartesianChartModel with the given ExtraStore, which is also applied to the CartesianLayerModels.

Link copied to clipboard

Returns the greatest common divisor of the x values’ differences.

Link copied to clipboard

Creates an immutable copy of this CartesianChartModel.