Spread Silverlight Documentation
SpreadHighLowSeries Constructor(SpreadDataSeries,SpreadDataSeries)


The high series.
The low series.
Initializes a new instance of the SpreadHighLowSeries class.
Syntax
'Declaration
 
Public Function New( _
   ByVal highSeries As SpreadDataSeries, _
   ByVal lowSeris As SpreadDataSeries _
)
'Usage
 
Dim highSeries As SpreadDataSeries
Dim lowSeris As SpreadDataSeries
 
Dim instance As New SpreadHighLowSeries(highSeries, lowSeris)
public SpreadHighLowSeries( 
   SpreadDataSeries highSeries,
   SpreadDataSeries lowSeris
)

Parameters

highSeries
The high series.
lowSeris
The low series.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SpreadHighLowSeries Class
SpreadHighLowSeries Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.