interface VerticalEdge {
    label?: string;
    value: string;
}

Properties

Properties

label?: string

A string that appears on the graph next to the annotation.

value: string

The date and time in the graph where the vertical annotation line is to appear. On a band shading annotation, the two values for Value define the beginning and ending edges of the band.

On a graph with vertical annotations, the graph is scaled so that all visible vertical annotations appear on the graph.

This is defined as a string in ISO 8601 format. For more information, see ISO 8601.

Generated using TypeDoc