3.7.5.76 System.Line

Read and set straight line and arrow format options


LabTalk Object Type:

Utility

The line object is a subobject of the system object. The line object properties allow you to read and set straight line and arrow format options stored in the SYSTEM.CNF file. These properties are set in the user interface through the Object Properties dialog box. Note that setting these properties through script will overwrite the values in SYSTEM.CNF when the Origin session terminates. Note: Changing default arrow characteristics will affect only new objects created with the Arrow tool of the user interface.


Properties:

Property Access Description
System.line.arrowBeginLength Read/write
numeric

Length of beginning arrow heads in point size.

System.line.arrowBeginShape Read/write
numeric

Arrow head shape by order on Arrow tab of Object Properties: 0 = none, 1 = filled triangular, 2 = chevron, etc.

System.line.arrowBeginWidth Read/write
numeric

Width of beginning arrow heads in point size.

System.line.arrowEndLength Read/write
numeric

Length of ending arrows heads in point size.

System.line.arrowEndShape Read/write
numeric

Arrow head shape by order on Arrow tab of Object Properties: 0 = none, 1 = filled triangular, 2 = chevron, etc.

System.line.arrowEndWidth Read/write
numeric

Width of ending arrow heads in point size.

System.line.arrowPosition
--

Not currently implemented.

System.line.color Read/write
numeric

Line color following the Origin color palette: 1 = black, 2 = red, 3 = green, 4 = blue, etc.

System.line.linetype Read/write
numeric

Line type: 0 = solid, 1 = dash, 2 = dot, etc.

System.line.width Read/write
numeric

Line width in point size.

See Also:

Label System.Circle, System.Line4, System.Polygon, System.Polyline, System.Rect,