ToSeriesInfo Method (BaseRenderableSeries3D)
Converts the result of a Hit-Test operation (HitTestInfo3D) to a SciChart.Charting3D.Model.ChartData.SeriesInfo3D class, which may be used as a ViewModel when outputting series values as bindings. SciChart.Charting3D.Model.ChartData.SeriesInfo3D is used by the SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D class
Syntax
public virtual SeriesInfo3D ToSeriesInfo( 
   HitTestInfo3D hitTestInfo
)

Parameters

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