GrapeCity.Xaml.SpreadSheet.Data
SpreadOpenHighLowCloseSeries Class
Members 


GrapeCity.Xaml.SpreadSheet.Data Namespace : SpreadOpenHighLowCloseSeries Class
Represents an open-high-low-close series in a Y plot area.
Object Model
SpreadOpenHighLowCloseSeries ClassDataLabelSettings ClassSpreadDataSeries ClassDataLabelSettings ClassChartLabelStyleInfo ClassChartSymbolStyleInfo ClassSpreadDataSeries ClassSpreadDataSeries ClassSpreadDataSeries ClassDoubleSeriesCollection ClassDoubleSeriesCollection 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.Xaml.SpreadSheet.Data.SpreadChartElement
      GrapeCity.Xaml.SpreadSheet.Data.SpreadDataSeries
         GrapeCity.Xaml.SpreadSheet.Data.SpreadXYDataSeries
            GrapeCity.Xaml.SpreadSheet.Data.SpreadHighLowSeries
               GrapeCity.Xaml.SpreadSheet.Data.SpreadOpenHighLowCloseSeries

See Also

Reference

SpreadOpenHighLowCloseSeries Members
GrapeCity.Xaml.SpreadSheet.Data Namespace