Uses of Interface
nl.crashdata.chartjs.data.ChartJsLegendConfig
-
Packages that use ChartJsLegendConfig Package Description nl.crashdata.chartjs.data nl.crashdata.chartjs.data.simple nl.crashdata.chartjs.data.simple.builder -
-
Uses of ChartJsLegendConfig in nl.crashdata.chartjs.data
Methods in nl.crashdata.chartjs.data that return ChartJsLegendConfig Modifier and Type Method Description ChartJsLegendConfigChartJsOptions. getLegendConfig() -
Uses of ChartJsLegendConfig in nl.crashdata.chartjs.data.simple
Classes in nl.crashdata.chartjs.data.simple that implement ChartJsLegendConfig Modifier and Type Class Description classSimpleChartJsLegendConfigMethods in nl.crashdata.chartjs.data.simple that return ChartJsLegendConfig Modifier and Type Method Description ChartJsLegendConfigSimpleChartJsOptions. getLegendConfig()Methods in nl.crashdata.chartjs.data.simple with parameters of type ChartJsLegendConfig Modifier and Type Method Description voidSimpleChartJsOptions. setLegendConfig(ChartJsLegendConfig legendConfig) -
Uses of ChartJsLegendConfig in nl.crashdata.chartjs.data.simple.builder
Methods in nl.crashdata.chartjs.data.simple.builder that return ChartJsLegendConfig Modifier and Type Method Description ChartJsLegendConfigSimpleChartJsLegendConfigBuilder. build()
-