Name
|
Description
|
AddSeries
|
Adds the PlotSeries object to the PlotWindow object and draws any data stored by the PlotSeries object. Returns the index of the added series, which can be used with the PlotWindow.Series array property. As a note, to add an empty PlotWindow.Series to the PlotWindow you must specify both the series name and series type.
|
BeginBatchUpdate
|
This method marks the beginning of a period where any update to the window will be queued and only processed when the PlotWindow.EndBatchUpdate method is called.
|
BoldAllText
|
Sets whether all text within this PlotWindow will be rendered in bold typeface.
|
ClearData
|
After calling this method all data will be cleared from the plot.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
CloseWindow
|
Closes the window.
|
EndBatchUpdate
|
Processes all updates to the window that have occurred since the PlotWindow.BeginBatchUpdate method was called.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
InsertLineBreak
|
Inserts a line break.
|
ItalicizeAllText
|
Sets whether all text within this PlotWindow will be rendered in italic typeface.
|
NewWindow
|
Resets the OutputWindow so that a new window will be created next time Update is called.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
RemoveAllSeries
|
Removes all series from the PlotWindow, except any series that were added in the constructor.
|
RemoveSeries
|
Removes the series from the PlotWindow object. The removed series will no longer be drawn by the PlotWindow object. Only series that have been added with the AddSeries method can be removed. Throws an error if the index corresponds to a series that was added in the constructor.
|
Restore
|
Restore an object's state from a previously saved state.
|
Resume
|
Causes the window to resume updating.
|
Save
|
Save the object's state so that it can be restored later.
|
SaveImage
|
Saves an image of the OutputWindow to a file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.
|
SavePlotData
|
Saves the data of the plot to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.
|
SavePlotImage
|
Saves an image of the plot to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.
|
ScaleTextSize
|
Scales all text rendered within this PlotWindow according to the specified title text size.
|
SetAxisLimits
|
Sets the limits for the specified axis. Specifying a value of -999 will set this value to be automatically determined. Note that this is not valid for the Theta axis when using a polar plot, and will report an error.
|
SetAxisTitles
|
Sets the titles to be used on the axes of this PlotWindow.
|
SetBackgroundColorPalette
|
Sets the color palette to be used when drawing the background of this PlotWindow. The background palette includes the background, chart area, font, grid, and interlace colors.
|
SetLineVisibility
|
Sets whether lines will be shown for each Series contained within this PlotWindow.
|
SetLineWidth
|
Sets the width at which lines rendered in this PlotWindow will be drawn.
|
SetMarkerSize
|
Sets the size at which markers rendered in this PlotWindow will be drawn. Note that this is not valid for polynomial series and will have no effect if called.
|
SetMarkerVisibility
|
Sets whether markers will be shown on each Series contained within this PlotWindow. Note that this is not valid for polynomial series and will have no effect if called.
|
SetSeriesColorPalette
|
Sets the color palette to be used when drawing the Series contained within this PlotWindow. Any series added after this method is called will not be affected.
|
SetSeriesLabels
|
Sets the labels to be used on the series contained within this PlotWindow.
|
SetTextSize
|
Sets the size of the font to be used by all rendered text within this PlotWindow.
|
SetTypeface
|
Sets the font to be used by all rendered text within this PlotWindow.
|
Suspend
|
Causes the window to ignore updates until Resume is called.
|
Update
|
Updates the window contents using current object values.
|