lineComponent

fun lineComponent(color: Color = Color.Black, thickness: Dp, shape: ChartShape, dynamicShader: DynamicShader? = null, margins: Dimensions = emptyDimensions(), strokeWidth: Dp = 0.dp, strokeColor: Color = Color.Transparent): LineComponent
fun lineComponent(color: Color = Color.Black, thickness: Dp = DefaultDimens.COLUMN_WIDTH.dp, shape: Shape = RectangleShape, dynamicShader: DynamicShader? = null, margins: Dimensions = emptyDimensions(), strokeWidth: Dp = 0.dp, strokeColor: Color = Color.Transparent): LineComponent

Creates a LineComponent with the specified properties.