Spread for ASP.NET 11 Product Documentation
OpenHighLowCloseSeries Class
Members 


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : OpenHighLowCloseSeries Class
Represents an open-high-low-close series in a Y plot area.
Object Model
OpenHighLowCloseSeries ClassStringCollection ClassDoubleCollection ClassLine ClassLineCollection ClassLine ClassDoubleCollection ClassLine ClassFill ClassFill ClassDoubleCollection ClassDoubleCollection ClassLine ClassLineCollection ClassLine Class
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.Web.Chart.Series
      FarPoint.Web.Chart.YSeries
         FarPoint.Web.Chart.OpenHighLowCloseSeries

See Also

Reference

OpenHighLowCloseSeries Members
FarPoint.Web.Chart Namespace