Click or drag to resize

IRelaxISPlotApplyPlotStyle Method

Apply a plot style from the currently active graph style to the plot.

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
void ApplyPlotStyle(
	string identifier
)

Parameters

identifier  String
The plot style identifier as shown in the graph style editor.
Remarks
Call this after adding the data series to apply the series styles from the plot style.
See Also