The index to the DataSeries
ToHitTestInfo Method (XyzDataSeries<TX,TY,TZ>)
When overridden in a derived class, returns a SciChart.Charting.Visuals.RenderableSeries.HitTestInfo struct containing data about the data-point at the specified index
Syntax
public override HitTestInfo ToHitTestInfo( 
   int index
)

Parameters

index
The index to the DataSeries

Return Value

The HitTestInfo
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