-
public final class MeasureContextExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static MutableMeasureContextgetMeasureContext(Boolean isHorizontalScrollEnabled, Float chartScale, RectF canvasBounds, HorizontalLayout horizontalLayout)The anonymous implementation of the MeasureContext. -
-
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.
-
-
-
-