Click or drag to resize

VisualScriptBaseGetOverridePen(Int32, Int32) Method

Gets the overriden pen for the Plot

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual Pen GetOverridePen(
	int seriesIdx,
	int idx
)

Parameters

seriesIdx  Int32
Series index
idx  Int32
Index of the plot

Return Value

Pen
See Also