Name
|
Description
|
DeclaredName
|
The name of the object as declared.
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
MainTitle
|
The text used for the main title of a plot window.
|
MarkDataPoints
|
Flag to set whether the data points should be displayed on the plot. A value of "0" will turn off the data points, a value of "1" will show the data points.
|
MaxPoints
|
Integer value that defines the maximum number of points visible on a plot at any one time. If the plot is sent more data points than MaxPoints, the plot will begin thinning the data dynamically.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
PointsToUpdate
|
Integer value defining the number of points the system will collect before updating the plot. Larger values can improve overall runtime performance. When the Throttle slider is not on full, this property is ignored and plots update with each step.
|
SubTitle
|
The text used for the subtitle of a plot window.
|
XAxisLabel
|
The text used for the X-axis label of a plot window.
|
YAxisLabel
|
The text used for the Y-axis label of a plot window.
|