EngineeringUnits property
Returns or sets the engineering units that the pen represents, for example: rpm, gallon, fps, or degrees. Read/write. String.
The engineering units can display as part of the line legend on a trend chart if the DisplayLineLegend property is True, but have no other effect.
Operators can change the engineering units at runtime by clicking the display, if the RuntimeAttributesEnabled property is set to rstEnableEditLegend.
Syntax
pen
.EngineeringUnits
[ = string
]where
pen
- is a Pen object or an expression that evaluates to a Pen object.string
- is a parameter of the type String that specifies the engineering units.Chart example

Set up line legend options on the Trend properties Display tab.
Double-click the line legend at runtime to open the Pens tab. (This option must be selected on the Runtime tab.)
Provide Feedback