renderMarkers
Description
Updates all markers on the page
renderMarkers: () => void
Example
var marker1 = gantt.addMarker({ ...});
var marker2 = gantt.addMarker({ ...});
var marker3 = gantt.addMarker({ ...});
gantt.renderMarkers(); /*!*/
Related samples
Details
note
This method is defined in the marker extension, so you need to enable the marker plugin. Read the details in the Adding Vertical Markers article.
Related API
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.