ColumnChartDrawingModel

Houses drawing information for a ColumnChart. opacity is the columns’ opacity.

Constructors

Link copied to clipboard
constructor(entries: List<Map<Float, ColumnChartDrawingModel.ColumnInfo>>, opacity: Float = 1.0f)

Types

Link copied to clipboard

Houses positional information for a ColumnChart’s column. height expresses the column’s height as a fraction of the ColumnChart’s height.

Properties

Link copied to clipboard
val opacity: Float = 1.0f

Functions

Link copied to clipboard

Returns an intermediate DrawingModel between this one and from. The returned drawing model includes the provided DrawingInfo list. fraction is the balance between from and this DrawingModel, with 0 corresponding to from, and 1 corresponding to this DrawingModel. The returned object should be an instance of the DrawingModel subclass to which this function belongs.