ColumnCartesianLayerModel
Stores a ColumnCartesianLayer’s data.
Types
Link copied to clipboard
class BuilderScope
Facilitates the creation of ColumnCartesianLayerModels and Partials.
Link copied to clipboard
Link copied to clipboard
class Partial(series: List<List<ColumnCartesianLayerModel.Entry>>, seriesKeys: List<Any>) : CartesianLayerModel.Partial
Stores the minimum amount of data required to create a ColumnCartesianLayerModel and facilitates this creation.
Properties
Link copied to clipboard
Stores auxiliary data, including CartesianLayerDrawingModels.
Link copied to clipboard
The maximum sum of all y values associated with a given x value.
Link copied to clipboard
The minimum sum of all y values associated with a given x value.
Link copied to clipboard
The keys identifying the series.
Functions
Link copied to clipboard
Creates a copy of this CartesianLayerModel with the given ExtraStore.
Link copied to clipboard
Returns the greatest common divisor of the x values’ differences.