Layer.Plotn.BoxChart

LabTalk Object Type:

Window

The layer.plotn.boxchart object is a sub-object of the layer object. It provides script access to the box chart options in the Plot Details dialog box.


Note: Replace n with the data list number of the box chart you want to edit.


Properties:

Property Access Description
layer.plotn.boxchart.binBegin Read/write,
numeric

Minimum of the bin range.

layer.plotn.boxchart.binEnd Read/write,
numeric

Maximum of the bin range.

layer.plotn.boxchart.binSize Read/write,
numeric

Size of the bins.

layer.plotn.boxchart.boxRange Read/write,
numeric

Box range, as in no box, SE, SD, Perc 25, 75, etc. 1 = no box, 2 = SE, 3 = SD, etc. See the Range drop-down list on the Plot Details Box tab.

layer.plotn.boxchart.type Read/write,
numeric

Type of box chart, as in box, data, box and data, etc. 1 = box, 2 = data, 3 = box and data, etc. See the Type drop-down list on the Plot Details Box tab.

layer.plotn.boxchart.width Read/write,
numeric

Box width, in points.