Legend Label Options
data class LegendLabelOptions(boxWidth: Int, fontSize: Int, fontStyle: FontStyle?, fontColor: Color?, fontFamily: String?, padding: Int, generateLabels: (chart: Any) -> Any?, filter: (legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any?, usePointStyle: Boolean)
Content copied to clipboard
Chart legend label options.
Constructors
LegendLabelOptions
Link copied to clipboard
fun LegendLabelOptions(boxWidth: Int = 40, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, padding: Int = 10, generateLabels: (chart: Any) -> Any? = null, filter: (legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any? = null, usePointStyle: Boolean = false)
Content copied to clipboard
Properties
filter
Link copied to clipboard
val filter: (legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any? = null
Content copied to clipboard
fontFamily
Link copied to clipboard
generateLabels
Link copied to clipboard
usePointStyle
Link copied to clipboard
Extensions
toJs
Link copied to clipboard