If you change the axes of a series at runtime in the following order the axis won't be rendered as expected. 1. Set the series' VerticalAxis property to a new axis instance 2. Set the series' VerticalAxis property to another new axis instance 3. Set the series' VerticalAxis property to the axis' instance created in step 1 This is observed in a scenario with two chart series and only the axis of one of the series is drawn incorrect. When step 3 is performed, the axis is drawn at incorrect position. Then if you resize, the axis will be repositioned but without any ticks or labels. Available in LIB Version 2015.3.1123.