Hi,
We have two charts showing pricing data, one is upper and other is lower chart, we have Synchronize both charts and have added two y axis to each chart one on left and other on the right. although we are not showing any other series on the primary chart but we added secondary y axis there too to handle the chart size issue. Initialy both chart have same witdth, but when any secondary series is added to the bottom chart then chart width become different.
Please refer to attached images which show charts with y axis visble and not vissible.
Bothe chart have following Lable settings for Secondary Y axis:
<
ig:NumericYAxis.LabelSettings>
Thanks
And before adding any other secondary series it looks like following
You should set the extent of the 2 secondary y axes to be the same value. The synchronization will not do this for you.
-Graham