Types
Properties
Functions
Link copied to clipboard
fun copy(sliceProvider: PieChart.SliceProvider = this.sliceProvider, spacing: Dp = this.spacing, outerSize: PieSize.Outer = this.outerSize, innerSize: PieSize.Inner = this.innerSize, startAngle: Float = this.startAngle, valueFormatter: PieValueFormatter = this.valueFormatter, legend: Legend<PieChartMeasuringContext, PieChartDrawingContext>? = this.legend): PieChart
Link copied to clipboard
fun PieChart.renderToImageBitmap(model: PieChartModel, width: Int, height: Int, fontFamilyResolver: FontFamily.Resolver, density: Density, layoutDirection: LayoutDirection = LayoutDirection.Ltr): ImageBitmap