Legends Config
constructor(legendLabelList: List<LegendLabel>, textSize: TextUnit = 14.sp, gridColumnCount: Int = 1, gridPaddingHorizontal: Dp = 8.dp, gridPaddingVertical: Dp = 8.dp, colorBoxSize: Dp = 25.dp, textStyle: TextStyle = TextStyle(), spaceBWLabelAndColorBox: Dp = 8.dp, legendsArrangement: Arrangement.Horizontal = Arrangement.Center)
Parameters
legend Label List
: stackLabelList is used to show labels with colors
grid Column Count
: Column Count for stackLabel grid
grid Padding Horizontal
: Horizontal padding for stackLabel grid
grid Padding Vertical
: Vertical padding for stackLabel grid
space BWLabel And Color Box
: Space between Label and ColorBox for stackLabel grid item
color Box Size
: Blend mode for the groupSeparator
text Style
: TextStyle for label