Click or drag to resize

IRelaxISPlot Interface

Defines the interface of a plot that displays one or multiple data series.

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
public interface IRelaxISPlot : IDisposable

The IRelaxISPlot type exposes the following members.

Properties
 NameDescription
Public propertyAsControl Gets this object as a windows forms control.
Top
Methods
 NameDescription
Public methodAddSeries Add a new series to the plot.
Public methodApplyPlotStyle Apply a plot style from the currently active graph style to the plot.
Public methodApplySeriesStyle Apply the given series style to the series with the given 0-based index.
Public methodClearSeries Remove all series from the plot.
Public methodGetSeriesStyle Get the style of the series at the given 0-based index.
Top
See Also