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.
Best regards,
Bob