namespace anychart.standalones.axisMarkers Improve this Doc
The anychart.standalones.axisMarkers namespace contains fundamental standalones axis markers classes.
Functions Overview
line() | Returns line marker instance. |
range() | Returns range marker instance. |
text() | Returns text marker instance. |
Classes Overview
anychart.standalones.axisMarkers.Line | The Line class contains methods for configuring standalones line markers. |
anychart.standalones.axisMarkers.Range | The Range class contains methods for configuring standalones range markers. |
anychart.standalones.axisMarkers.Text | The Text class contains methods for configuring standalones text markers. |
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 - Returns line marker instance.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 - Returns range marker instance.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 - Returns text marker instance.Try it: