Repeat Graduated tick text after an interval

How to show repeated text for graduated ticks after a certain interval?

Currently, it is showing like this:

0, 30, 60, 90, 120, 150, 180…

I want to repeat the text after every 150 mark like this:

0, 30, 60, 90, 120, 0, 30, 60, 90, 120, 0, 30, 60, 90, 120…

Thanks.

Set TextBlock.graduatedFunction: GoJS Graduated Panels -- Northwoods Software