IRelaxISPlotGetSeriesStyle Method |
Get the style of the series at the given 0-based index.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
SyntaxSeriesStyle GetSeriesStyle(
int index
)
Function GetSeriesStyle (
index As Integer
) As SeriesStyle
Dim instance As IRelaxISPlot
Dim index As Integer
Dim returnValue As SeriesStyle
returnValue = instance.GetSeriesStyle(index)
Parameters
- index Int32
- The 0-based index of the series.
Return Value
SeriesStyleThe series style, or null if the index is out of range.
Remarks
See Also