LineCartesianLayerDrawingModel
Houses LineCartesianLayer drawing information. opacity is the lines’ opacity. sweepFraction is the fraction of the layer swept in from the start edge (0 = hidden, 1 = fully visible).
Types
Houses positional information for a LineCartesianLayer’s point. y expresses the distance of the point from the bottom of the LineCartesianLayer as a fraction of the LineCartesianLayer’s height.
Functions
Returns an intermediate CartesianLayerDrawingModel between this one and from. The returned drawing model includes the provided Entry list. fraction is the balance between from and this CartesianLayerDrawingModel, with 0 corresponding to from, and 1 corresponding to this CartesianLayerDrawingModel. The returned object should be an instance of the CartesianLayerDrawingModel subclass to which this function belongs.