Name
|
Description
|
Attributes
|
BackgroundColor
|
Sets the background color for the entire plot.
|
Type: Variable
Access: Read/Write
|
BackgroundColorPalette
|
The color palette which will be used to stylize the plot displayed in this PlotWindow.
|
Type: String
Access: Read-Only
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
HighQualityRendering
|
Sets the plot to render the image with a much higher quality. This will have an inverse effect on performance.
|
Type: Variable
Access: Read/Write
|
ID
|
The unique ID number used to reference the visualization output window.
|
Type: Variable
Access: Read-Only
|
InterlacedColor
|
Sets the interlaced color that will be alternated between grid lines with the color specified by PlotWindow.PlotAreaColor.
|
Type: Variable
Access: Read/Write
|
InterlacedDirection
|
Sets the direction of the interlaced color that will be alternated between grid lines with the color specified by PlotWindow.PlotAreaColor. Choices include Vertical, Horizontal, and None. Default is None.
|
Type: Variable
Access: Read/Write
|
Legend
|
Provides access to the PlotWindow's Legend properties.
|
Type: PlotLegend
Access: Read/Write
|
LineType
|
Sets whether or not all series in this plot will be drawn with lines or points. Once this property is set, any series that is added to this chart will have the LineVisible and MarkersVisible properties set to match this property.
|
Type: Variable
Access: Read/Write
|
MaxPoints
|
Determines the maximum number of points drawn for each series on a plot at any one time. If a series in the plot is sent more data points than MaxPoints, the plot will begin thinning the data dynamically.
|
Type: Variable
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
|
PlotAreaColor
|
Sets the color of the chart panel. This property will only color the section of the plot where series points appear.
|
Type: Variable
Access: Read/Write
|
PlotSubTitle
|
Provides access to the PlotWindow's SubTitle properties.
|
Type: PlotTitle
Access: Read/Write
|
PlotTitle
|
Provides access to the PlotWindow's Title properties.
|
Type: PlotTitle
Access: Read/Write
|
PlotType
|
The type of Plot.
|
Type: String
Access: Read/Write
|
PointsToUpdate
|
Determines 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
|
RAxis
|
Provides access to the PlotWindow's Radial Axis properties. Note: this does not have any effect on X-Y Scatter Plots.
|
Type: PlotAxis
Access: Read/Write
|
Series
|
The array of series objects that have been added to the PlotWindow. Provides access to each individual series' properties.
|
Type: Array of PlotSeries
Access: Read-Only
|
SeriesColorPalette
|
The color palette which will be used to stylize the series displayed in this PlotWindow.
|
Type: String
Access: Read-Only
|
ShowDataLabels
|
Determines if value labels are shown at each data point. Once this property is set, any series that is added to this chart will have have the DataLabelsVisible property set to match this property.
|
Type: Variable
Access: Read/Write
|
ShowGridLines
|
Determines if grid lines are shown on the plot.
|
Type: Variable
Access: Read/Write
|
ThetaAxis
|
Provides access to the PlotWindow's Theta Axis properties. Note: this does not have any effect on X-Y Scatter Plots.
|
Type: PlotAxis
Access: Read/Write
|
UseMonitorMode
|
Determines if monitor mode is used. When in monitor mode, plots will begin erasing the oldest data points once the number of points reaches or exceeds MaxPoints, so that plots will only display the most recent data. This can be useful for viewing real-time data or data trends over a certain period of time.
|
Type: Variable
Access: Read/Write
|
WindowTitle
|
Sets the title for the output window.
|
Type: String
Access: Read/Write
|
XAxis
|
Provides access to the PlotWindow's X Axis properties. Note: this does not have any effect on polar plots.
|
Type: PlotAxis
Access: Read/Write
|
YAxis
|
Provides access to the PlotWindow's Y Axis properties. Note: this does not have any effect on polar plots.
|
Type: PlotAxis
Access: Read/Write
|