System.Circle

Read and set circle format options

 

LabTalk Object Type:

Utility

The circle object is a subobject of the system object. The circle object properties allow you to read and set circle 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.

 

Properties:

PropertyAccessDescription
System.circle.backcolorRead/write
numeric

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

System.circle.colorRead/write
numeric

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

System.circle.fillPatternRead/write
numeric

Fill pattern by order on the Fill Pattern tab of Object Properties: 1 = none, 2 = dense, 3 = medium, etc.

System.circle.fillWidthRead/write
numeric

Fill pattern width in point size.

System.circle.forecolorRead/write
numeric

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

System.circle.linetypeRead/write
numeric

Border type by order on the Border tab of Object Properties: 0 = solid, 1 = dash, 2 = dot, etc.

System.circle.widthRead/write
numeric

Border width in point size.

See Also:

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