Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadOpenHighLowCloseSeries Class
Members


In This Topic
    SpreadOpenHighLowCloseSeries Class
    In This Topic
    Represents an open-high-low-close series in a Y plot area.
    Object Model
    SpreadOpenHighLowCloseSeries Class
    Syntax
    'Declaration
     
    Public Class SpreadOpenHighLowCloseSeries 
       Inherits SpreadHighLowSeries
    'Usage
     
    Dim instance As SpreadOpenHighLowCloseSeries
    public class SpreadOpenHighLowCloseSeries : SpreadHighLowSeries 
    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
       GrapeCity.Windows.SpreadSheet.Data.SpreadChartElement
          GrapeCity.Windows.SpreadSheet.Data.SpreadDataSeries
             GrapeCity.Windows.SpreadSheet.Data.SpreadXYDataSeries
                GrapeCity.Windows.SpreadSheet.Data.SpreadHighLowSeries
                   GrapeCity.Windows.SpreadSheet.Data.SpreadOpenHighLowCloseSeries

    See Also