IRelaxISPlotApplySeriesStyle Method |
Apply the given series style to the series with the given 0-based index.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxvoid ApplySeriesStyle(
int index,
SeriesStyle style
)
Sub ApplySeriesStyle (
index As Integer,
style As SeriesStyle
)
Dim instance As IRelaxISPlot
Dim index As Integer
Dim style As SeriesStyle
instance.ApplySeriesStyle(index, style)
Parameters
- index Int32
- The 0-based index of the series.
- style SeriesStyle
- The style.
Remarks
See Also