Package 

Class MeasureContextExtensionsKt

    • Method Summary

      Modifier and Type Method Description
      final static MutableMeasureContext getMeasureContext(Boolean isHorizontalScrollEnabled, Float chartScale, RectF canvasBounds, HorizontalLayout horizontalLayout) The anonymous implementation of the MeasureContext.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMeasureContext

        @Composable() final static MutableMeasureContext getMeasureContext(Boolean isHorizontalScrollEnabled, Float chartScale, RectF canvasBounds, HorizontalLayout horizontalLayout)

        The anonymous implementation of the MeasureContext.

        Parameters:
        isHorizontalScrollEnabled - whether horizontal scrolling is enabled.
        chartScale - the scale of the chart.
        canvasBounds - the bounds of the canvas that will be used to draw the chart and its components.
        horizontalLayout - defines how the chart’s content is positioned horizontally.