namespace anychart.standalones.axisMarkers Improve this Doc
Namespace for standalone axis markers.
Functions Overview
line() | Returns line marker instance. |
range() | Returns range marker instance. |
text() | Returns text marker instance. |
Classes Overview
anychart.standalones.axisMarkers.Line | |
anychart.standalones.axisMarkers.Range | |
anychart.standalones.axisMarkers.Text |
Functions Description
line
Returns line marker instance.
Note: Any line marker must be bound to a scale.
Note: Any line marker must be bound to a scale.
Returns:
anychart.standalones.axisMarkers.Line -Try it:
range
Returns range marker instance.
Note: Any range marker must be bound to a scale.
Note: Any range marker must be bound to a scale.
Returns:
anychart.standalones.axisMarkers.Range -Try it:
text
Returns text marker instance.
Note: Any text marker must be bound to a scale.
Note: Any text marker must be bound to a scale.
Returns:
anychart.standalones.axisMarkers.Text -Try it: