Name
|
Description
|
Attributes
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
MainTitle
|
The text used for the main title of a plot window.
|
Type: String
Access: Read/Write
|
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.
|
Type: Variable
Access: Read/Write
|
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.
|
Type: Variable
Access: Read/Write
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
PointsToUpdate
|
Integer value defining the number of points the system will collect before updating the plot. Larger values can improve overall runtime performance. When using the Throttle slider and it is not on full, this property is ignored and the plot will update with each step. The Throttle slider can be enabled in User Preferences.
|
Type: Variable
Access: Read/Write
|
SubTitle
|
The text used for the subtitle of a plot window.
|
Type: String
Access: Read/Write
|
XAxisLabel
|
The text used for the X-axis label of a plot window.
|
Type: String
Access: Read/Write
|
YAxisLabel
|
The text used for the Y-axis label of a plot window.
|
Type: String
Access: Read/Write
|