OpenHighLowCloseSeries Class | Spread Windows Forms 18
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / OpenHighLowCloseSeries Class
Members


OpenHighLowCloseSeries Class
Represents an open-high-low-close series in a Y plot area.
Syntax
'Declaration
 
Public Class OpenHighLowCloseSeries 
   Inherits YSeries
 
'Usage
 
Dim instance As OpenHighLowCloseSeries
Remarks
Each point contains four values: open, high, low, and close. Attributes for the up and down lines can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned. Bar width is measured relative to the floor grid cell (with values in the range 0 to 1).
Inheritance Hierarchy

System.Object
   FarPoint.Win.Chart.Series
      FarPoint.Win.Chart.YSeries
         FarPoint.Win.Chart.OpenHighLowCloseSeries

See Also