Hi Mike,
Just a short note to take a look at the PrimaryY Axis & SecondaryY Axis zero align issue topic in the forum - it shows a complete implementation that handles all the cases...
Best regards,Bob
Hi Michael, Hi Inhyuk,
Yes that's the right way to do it - you can consider setting a NRangeAxisView without a max value restriction:chart.Axis(StandardAxis.PrimaryY).View = New NRangeAxisView(New NRange1DD(0, 0), True, False)that way you'll not have to calculate Y max and let the control do it.