diff --git a/Source/Charts/Components/Legend.swift b/Source/Charts/Components/Legend.swift index 42a544b8f5..e50e76c117 100644 --- a/Source/Charts/Components/Legend.swift +++ b/Source/Charts/Components/Legend.swift @@ -289,7 +289,7 @@ open class Legend: ComponentBase /// this is currently supported only for `orientation == Horizontal`. /// you may want to set maxSizePercent when word wrapping, to set the point where the text wraps. /// - /// **default**: false + /// **default**: true open var wordWrapEnabled = true /// if this is set, then word wrapping the legend is enabled.