IRelaxISPlotApplyPlotStyle Method |
Apply a plot style from the currently active graph style to the plot.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxvoid ApplyPlotStyle(
string identifier
)
Sub ApplyPlotStyle (
identifier As String
)
Dim instance As IRelaxISPlot
Dim identifier As String
instance.ApplyPlotStyle(identifier)
Parameters
- identifier String
- The plot style identifier as shown in the graph style editor.
RemarksCall this after adding the data series to apply the series styles from the plot style.
See Also