Adding Lines...
Adding Lines...
It would be really convenient if the addVerticalLine and AddHorizontalLine features provided a way to remove the lines. It almost seems silly that it doesn't... Unless I'm just missing it...?
Re: Adding Lines...
Those methods have been deprecated and replaced with addDomainMarker(...) and addRangeMarker(...). You can clear all of the lines using clearDomainMarkers() and clearRangeMarkers(), but there isn't yet a way to remove a single marker from the collection.
Regards,
DG
Regards,
DG