Nevron.Chart Namespace / NThreeLineBreakSeries Class / GetXYValues Method


GetXYValues Method (NThreeLineBreakSeries)
Syntax
'Declaration
 
Public Sub GetXYValues( _
   ByVal high As System.Boolean, _
   ByVal xValues As NDataSeriesDouble, _
   ByVal yValues As NDataSeriesDouble _
) 
 
'Usage
 
Dim instance As NThreeLineBreakSeries
Dim high As System.Boolean
Dim xValues As NDataSeriesDouble
Dim yValues As NDataSeriesDouble
 
instance.GetXYValues(high, xValues, yValues)

Parameters

high
xValues
yValues
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