Click or drag to resize

IRelaxISPlotGetSeriesStyle Method

Get the style of the series at the given 0-based index.

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
SeriesStyle GetSeriesStyle(
	int index
)

Parameters

index  Int32
The 0-based index of the series.

Return Value

SeriesStyle
The series style, or null if the index is out of range.
Remarks
Call this function after using the ApplyPlotStyle(String) function to get the currently applied style.
See Also