legendBoxBorderDashArray

var legendBoxBorderDashArray: List<Dimension>

A list containing the length of the ON segments and length of the OFF segments. Example:

listOf(4.dp, 10.px)

Note that the legendBoxBorderType should be PieChart.BorderType.DASHED.