__modified__
: "off"
| {"on"
}beingdeleted
: {"off"
} | "on"
busyaction
: "cancel"
| {"queue"
}buttondownfcn
: string | function handle, def. [](0x0)
children
(read-only): vector of graphics handles, def. [](0x1)
children
is unused.
clipping
: "off"
| {"on"
}clipping
is "on"
, the line is clipped in its parent axes limits.
color
: colorspec, def. [0 0 0]
createfcn
: string | function handle, def. [](0x0)
set (0, "defaultlinecreatefcn", 'disp ("line created!")')
.
deletefcn
: string | function handle, def. [](0x0)
displayname
: string | cell array of strings, def. ""
erasemode
: "background"
| "none"
| {"normal"
} | "xor"
erasemode
is unused.
handlevisibility
: "callback"
| "off"
| {"on"
}handlevisibility
is "off"
, the line's handle is not visible in its parent's "children" property.
hittest
: "off"
| {"on"
}interpreter
: "latex"
| "none"
| {"tex"
}interruptible
: "off"
| {"on"
}linestyle
: {"-"
} | "--"
| "-."
| ":"
| "none"
linewidth
: def. 0.50000
marker
: "*"
| "+"
| "."
| "<"
| ">"
| "^"
| "d"
| "diamond"
| "h"
| "hexagram"
| {"none"
} | "o"
| "p"
| "pentagram"
| "s"
| "square"
| "v"
| "x"
markeredgecolor
: {"auto"
} | "none"
"auto"
, the marker edges have the same color as the line. If set to "none"
, no marker edges are displayed. This property can also be set to any color. See colorspec.
markerfacecolor
: "auto"
| {"none"
}"auto"
, the marker faces have the same color as the line. If set to "none"
, the marker faces are not displayed. This property can also be set to any color. See colorspec.
markersize
: scalar, def. 6
parent
: graphics handleselected
: {"off"
} | "on"
selectionhighlight
: "off"
| {"on"
}tag
: string, def. ""
type
(read-only): stringtype
is always "line"
uicontextmenu
: graphics handle, def. [](0x0)
userdata
: Any Octave data, def. [](0x0)
visible
: "off"
| {"on"
}visible
is "off"
, the line is not rendered on screen.
xdata
: vector, def. [0 1]
xdatasource
: string, def. ""
ydata
: vector, def. [0 1]
ydatasource
: string, def. ""
zdata
: vector, def. [](0x0)
zdatasource
: string, def. ""