Layer.Plotn.NumericFormats

LabTalk Object Type:

Window

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


Note: Replace n with the data list number of the contour plot you want to edit.


Properties:

Property Access Description
layer.plotn.numericformats.subformat

(8.51 SR0)

Read/write,
numeric
Set the display format for the numeric contour labels, by using the index of the display format, including 1 = Decimal: 1000, 2 = Scientific: 1E3, 3 = Engineering: 1k, and 4 = Decimal: 1,000.
layer.plotn.numericformats.divideby

(8.51 SR0)

Read/write,
numeric
The color map and contour levels will be divided by this specified value.
layer.plotn.numericformats.digimode

(8.51 SR0)

Read/write,
numeric
Set the digit mode for specifying how to display the digits, 0 = Decimal Places, 1 = Significant Digits.
layer.plotn.numericformats.digits

(8.51 SR0)

Read/write,
numeric
Set the number of digits to display. If layer.plotn.numericformats.digimode = 0, this value will set the number of digits after the decimal place, if layer.plotn.numericformats.digimode = 1, this value will set the number of digits to display.
layer.plotn.numericformats.prefix$

(8.51 SR0)

Read/write,
string
Specify a prefix string for the contour labels.
layer.plotn.numericformats.suffix$

(8.51 SR0)

Read/write,
string
Specify a suffix string for the contour labels.
layer.plotn.contourlabels.minarea

(8.51 SR0)

Read/write,
numeric
Set a percent value such that only contours that have a fraction of the total area larger than the this value will have a label associated with them.