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.

Properties

Link copied to clipboard

Stores auxiliary data, including CartesianLayerDrawingModels.

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
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard

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

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Creates an immutable copy of this CartesianChartModel.