Extend Trend Time Scale (vba code)

Extend Trend Time Scale (vba code)

Hi All
I want to copy the small trend screen to large trend screen.
by the way it does not work vba as follows.

With zFunction
myStr = "PictFilter[0].Curve[" & I & "]"
theStr = "Curve[" & k & "]"

.DynProperties(myStr & ".TimeFilter.ARVTime1") = zPicture.DynProperties(theStr & "TimeFilter.ARVTime1")
.DynProperties(myStr & ".TimeFilter.ARVTime2") = zPicture.DynProperties(theStr & "TimeFilter.ARVTime2")

so, I want to know vba code of Trend time scale. (X-axe time scale)
Thanks

This is a migrated post! Originally posted on 01.05.2015 by user gyu. Please be aware that information can be outdated.