The source SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries.
The index of the data-point. To get X,Y values use rSeries.DataSeries.XValues[index] etc...
The PointMetadata associated with this X,Y data-point.
OverrideStrokeColor Method (IStrokePaletteProvider)
Overrides the color of the outline on the attached SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. Return null to keep the default series color. Return a value to override the series color.
Syntax

Parameters

rSeries
The source SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries.
index
The index of the data-point. To get X,Y values use rSeries.DataSeries.XValues[index] etc...
metadata
The PointMetadata associated with this X,Y data-point.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also