RuntimeAttributesEnabled property
Returns or sets which trend property tabs operators can edit at runtime. Read/write. Integer.
By default, all of the property tabs are available at runtime except the Runtime tab, which is never available.
Syntax
Trend
.RuntimeAttributesEnabled
[ = value
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.value
- is a sum of RSTruntimeAttributesEnabled constants that determine which features are available at runtime.Remarks
This property also controls whether operators can edit line colors, pen captions, and engineering units by double-clicking a hotspot area in the line legend on the left side of the chart.
To set options, add together the values corresponding to the property tabs that you want to make available.
Provide Feedback