diff --git a/Source/Charts/Components/Legend.swift b/Source/Charts/Components/Legend.swift index 34e8cc3511..f50676ef3d 100644 --- a/Source/Charts/Components/Legend.swift +++ b/Source/Charts/Components/Legend.swift @@ -267,11 +267,7 @@ open class Legend: ComponentBase } width += size.width - - if i < entryCount - 1 - { - maxHeight += labelLineHeight + yEntrySpace - } + maxHeight += labelLineHeight + yEntrySpace } else {