legendReservedTop static method
Implementation
static double legendReservedTop(ChartConfig config) {
if (!config.showLegend) return 0;
return config.legendPosition == LegendPosition.top ? _legendHeight : 0;
}
static double legendReservedTop(ChartConfig config) {
if (!config.showLegend) return 0;
return config.legendPosition == LegendPosition.top ? _legendHeight : 0;
}