AnyChart
API Reference
Still have questions?
Contact support
Top

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.LineThe Line class contains methods for configuring standalones line markers.
anychart.standalones.axisMarkers.RangeThe Range class contains methods for configuring standalones range markers.
anychart.standalones.axisMarkers.TextThe 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.

Returns:

anychart.standalones.axisMarkers.Line - Returns line marker instance.

range

Returns range marker instance.
Note: Any range marker must be bound to a scale.

Returns:

anychart.standalones.axisMarkers.Range - Returns range marker instance.

text

Returns text marker instance.
Note: Any text marker must be bound to a scale.

Returns:

anychart.standalones.axisMarkers.Text - Returns text marker instance.