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.
OverrideFillBrush Method
Overrides the fill brush of the attached SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries. Return null to keep the default series fill. Return a value to override the series fill.
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