Hi…
I have time line view initialized with the values for the properties x_step,x_length,dy and so on.
How to Re-initialize the Timeline view with some new values.(i.e) x_step,x_length,dy,etc.
Hi…
I have time line view initialized with the values for the properties x_step,x_length,dy and so on.
How to Re-initialize the Timeline view with some new values.(i.e) x_step,x_length,dy,etc.
Is Nobody out there for a reply?
Looking for a Quick Reply.
Hello,
// here "timeline" is the name of the view. Could be different in your case
scheduler.matrix.timeline.y_unit = "day";
// change other properties in the same way
// finally update view
scheduler.setCurrentView();
Kind regards,
Ilya
Hi…
What about Re-initializing other Views?
What other views?
In general you don’t reinitialize anything, simply change options and update view.
Kind regards,
Ilya