Click or drag to resize

IRelaxISPlotApplySeriesStyle Method

Apply the given series style to the series with the given 0-based index.

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
void ApplySeriesStyle(
	int index,
	SeriesStyle style
)

Parameters

index  Int32
The 0-based index of the series.
style  SeriesStyle
The style.
Remarks
Typically, call GetSeriesStyle(Int32) first and only change the required properties.
See Also