FarNet.ScottPlot.xml
|
<?xml version="1.0"?>
<doc> <assembly> <name>FarNet.ScottPlot</name> </assembly> <members> <member name="T:ScottPlot.FarScatterKind"> </member> <member name="F:ScottPlot.FarScatterKind.None"> </member> <member name="F:ScottPlot.FarScatterKind.Line"> </member> <member name="F:ScottPlot.FarScatterKind.Points"> </member> <member name="T:ScottPlot.FarPlot"> <summary> Extends <see cref="T:ScottPlot.Plot"/> with helpers for showing the plot in a form. </summary> </member> <member name="P:ScottPlot.FarPlot.FormTitle"> <summary> Gets or sets the form title. </summary> </member> <member name="P:ScottPlot.FarPlot.FormWidth"> <summary> Gets or sets the form width. </summary> </member> <member name="P:ScottPlot.FarPlot.FormHeight"> <summary> Gets or sets the form height. </summary> </member> <member name="P:ScottPlot.FarPlot.FormInterval"> </member> <member name="P:ScottPlot.FarPlot.FormUpdate"> </member> <member name="P:ScottPlot.FarPlot.CancellationToken"> <summary> Gets the cancellation token for live plot tasks. </summary> </member> <member name="P:ScottPlot.FarPlot.IsCancellationRequested"> <summary> Gets true if the form is cancelling. </summary> </member> <member name="M:ScottPlot.FarPlot.#ctor(System.String)"> <summary> Creates a new plot for showing in a form. </summary> <param name="formTitle">Specifies the form window title.</param> </member> <member name="M:ScottPlot.FarPlot.ShowAsync(System.Int32)"> <summary> Calls <see cref="M:ScottPlot.FarPlot.Show"/> and delays for the specified number of milliseconds. </summary> </member> <member name="M:ScottPlot.FarPlot.Show(System.Int32)"> <summary> Calls <see cref="M:ScottPlot.FarPlot.Show"/> and blocks the current thread for the specified number of milliseconds. In async contexts consider using <see cref="M:ScottPlot.FarPlot.ShowAsync(System.Int32)"/> instead. </summary> <param name="millisecondsWait">The number of milliseconds to wait or -1 to wait indefinitely.</param> </member> <member name="M:ScottPlot.FarPlot.Show"> <summary> Shows this plot in a form or renders the shown form after plot changes. </summary> <remarks> This method shows the form and returns immediately. In order to block the current thread until the form is closed call <see cref="M:ScottPlot.FarPlot.Show(System.Int32)"/> with -1. </remarks> </member> <member name="M:ScottPlot.FarPlot.Start"> <summary> See <see cref="M:ScottPlot.WinForms.FormsPlotViewer.CreateForm(ScottPlot.Plot,System.String,System.Int32,System.Int32)"/>. </summary> </member> <member name="T:ScottPlot.FarShow"> <summary> Shows plots. </summary> </member> <member name="M:ScottPlot.FarShow.Histogram(System.Double[],ScottPlot.FarHistogramArgs)"> <summary> Shows Histogram. </summary> </member> <member name="M:ScottPlot.FarShow.Scatter(System.Double[],System.Double[],ScottPlot.FarScatterArgs)"> <summary> Shows Scatter. </summary> </member> <member name="M:ScottPlot.FarShow.Signal(System.Double[],ScottPlot.FarSignalArgs)"> <summary> Shows Signal. </summary> </member> </members> </doc> |