Im trying to paint bars depending on the ChartStyleType using the below. However, when switching type on the chart it doesnt refresh until hitting F5. How do i refresh this automatically when switching chart type on the chart?
if (ChartBars.Properties.ChartStyleType == ChartStyleType.CandleStick)

Comment