Name
|
Description
|
Attributes
|
Coefficients
|
Provides access to the polynomial coefficients that will be used to draw the series in the PlotWindow.
|
Type: Array
Access: Read/Write
|
DataLabelsBackgroundColor
|
Sets the background color for the data labels.
|
Type: Variable
Access: Read/Write
|
DataLabelsBackgroundVisible
|
Sets whether or not the background is visible for the data labels.
|
Type: Variable
Access: Read/Write
|
DataLabelsFont
|
The font used to render the data label text.
|
Type: PlotFont
Access: Read/Write
|
DataLabelsStyle
|
Sets the format of the data labels. Choices are Label, Label And Percent, Label And Percent Total, etc.
|
Type: Variable
Access: Read/Write
|
DataLabelsTextColor
|
Sets the text color for the data labels.
|
Type: Variable
Access: Read/Write
|
DataLabelsVisible
|
Specifies whether the data labels are visible for this series. Note: This property can be overwritten by the PlotWindow Output Properties GUI.
|
Type: Variable
Access: Read/Write
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
Label
|
Gets or sets the name of the series that appears in the legend.
|
Type: String
Access: Read/Write
|
LineColor
|
Sets the color of the lines that connect the data points.
|
Type: Variable
Access: Read/Write
|
LineStyle
|
Sets the style of the lines that connect the data points. Choices include Solid, Dash, Dot, Dash-Dot, and Dash-Dot-Dot.
|
Type: Variable
Access: Read/Write
|
LineVisible
|
Sets whether or not the lines that connect the data points are visible for this series. Note: This property can be overwritten by the PlotWindow Output Properties GUI.
|
Type: Variable
Access: Read/Write
|
LineWidth
|
Sets the width in pixels of the lines that connect the data points. Note: This property can be overwritten by the PlotWindow Output Properties GUI.
|
Type: Variable
Access: Read/Write
|
MarkersColor
|
Sets the color of the markers at each data point.
|
Type: Variable
Access: Read/Write
|
MarkersSize
|
Sets the vertical and horizontal size of the markers in pixels. Valid range is 1-5. Note: This property can be overwritten by the PlotWindow Output Properties GUI.
|
Type: Variable
Access: Read/Write
|
MarkersStyle
|
Sets the type of marker that will be used for this series.
|
Type: Variable
Access: Read/Write
|
MarkersVisible
|
Sets whether the markers are visible for this series. Note: This property can be overwritten by the PlotWindow Output Properties GUI.
|
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
|
ShowInLegend
|
Sets whether the series is visible in the legend. Note: This property can be overwritten by the PlotWindow Ouput Properties GUI.
|
Type: Variable
Access: Read/Write
|
SwitchIndependent
|
Switches the independent and dependent variables. When this is set to true FreeFlyer plots x = f(y) instead of y = f(x)
|
Type: Variable
Access: Read/Write
|