ColumnInfo

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

Constructors

Link copied to clipboard
constructor(height: Float)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns an intermediate DrawingInfo implementation between this one and from. fraction is the balance between from and this DrawingInfo implementation, with 0 corresponding to from, and 1 corresponding to this DrawingInfo implementation. The returned object should be an instance of the DrawingInfo implementation to which this function belongs.