A line marker placed at the beginning or ending of a line. LineMarker is not an actual type in the LuciadRIA API. It only documents the expected structure of an object in order to be considered a LineMarker.

interface LineMarker {
    size?: number;
    type?: ARROW;
}

Properties

Properties

size?: number

The size of the marker. The unit of measure for the size is identified by LineStyle.uom property.

type?: ARROW

The type of the marker.