Click or drag to resize

IRelaxISPlotAddSeries Method

Add a new series to the plot.

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
void AddSeries(
	PlotSeries series
)

Parameters

series  PlotSeries
The series to add.
See Also