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


In This Topic
    OpenHighLowCloseSeries Class
    In This Topic
    Represents an open-high-low-close series in a Y plot area.
    Syntax
    'Declaration
     
    
    Public Class OpenHighLowCloseSeries 
       Inherits YSeries
    'Usage
     
    
    Dim instance As OpenHighLowCloseSeries
    public class OpenHighLowCloseSeries : YSeries 
    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