Page 1 of 1

Points are not visible after resize

Posted: Thu Jun 18, 2015 9:31 pm
by srinin2k
I have a chart with multiple free point series. The chart can be in two sizes. Maximized size and normal size. When I go to maximized size, points are visible. But points are hidden when I go back to normal size.

I tried calling BeginUpdate and EndUpdate when ever the chart is re sized.
I tried calling UpdateLayout after the chart is re-sized.

What am I missing?

Re: Points are not visible after resize

Posted: Thu Jun 18, 2015 10:10 pm
by ArctionPasi
Hi,

Do you have many Y axes there? Assigned the series for wrong Y axes, perhaps.

Can you post your code here, so we can take a closer look.

Thanks.