Click or drag to resize

IndicatorBaseSetOverridePen(Pen, Int32, Int32) Method

Override the Pen of the Plot series

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected void SetOverridePen(
	Pen pen,
	int seriesIdx,
	int idx
)

Parameters

pen  Pen
Pen
seriesIdx  Int32
Plot index
idx  Int32
Index of the series
See Also