Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Property/Charting/ChartFontPropertiesConverter.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Property/Charting/ChartFontPropertiesConverter.cs (.../ChartFontPropertiesConverter.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Property/Charting/ChartFontPropertiesConverter.cs (.../ChartFontPropertiesConverter.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -7,7 +7,14 @@ { public class ChartFontPropertiesConverter : FontConverter { - private static readonly string[] AllowedProperties = new[] {"Size", "Bold", "Italic", "Underline", "Strikeout"}; + private static readonly string[] AllowedProperties = new[] + { + "Size", + "Bold", + "Italic", + "Underline", + "Strikeout" + }; public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)