-
public final class LineSpecExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static LineChart.LineSpeccopy(LineChart.LineSpec $self, Integer lineColor, Float lineThicknessDp, DynamicShader lineBackgroundShader, Paint.Cap lineCap, Component point, Float pointSizeDp, TextComponent dataLabel, VerticalPosition dataLabelVerticalPosition, ValueFormatter dataLabelValueFormatter, Float dataLabelRotationDegrees, LineChart.LineSpec.PointConnector pointConnector)Creates a new LineChart.LineSpec based on this one, updating select properties. -
-
Method Detail
-
copy
final static LineChart.LineSpec copy(LineChart.LineSpec $self, Integer lineColor, Float lineThicknessDp, DynamicShader lineBackgroundShader, Paint.Cap lineCap, Component point, Float pointSizeDp, TextComponent dataLabel, VerticalPosition dataLabelVerticalPosition, ValueFormatter dataLabelValueFormatter, Float dataLabelRotationDegrees, LineChart.LineSpec.PointConnector pointConnector)
Creates a new LineChart.LineSpec based on this one, updating select properties.
-
-
-
-