Hi We are seeing some strange behaviour when sizing chart controls: If the chart is reduced too far, an exception is thrown saying the heigh / width cannot be a negative number - this is thrown from the ChartFx dlls, not the framework and possibly related to the usage of chart.PlotArea.MinSize = 0; Do...