[]
        
(Showing Draft Content)

FarPoint.Web.Chart.OpenHighLowCloseSeries

OpenHighLowCloseSeries Class

Represents an open-high-low-close series in a Y plot area.

Inheritance
OpenHighLowCloseSeries
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class OpenHighLowCloseSeries : YSeries, ICloneable, IXmlSerializable
Public Class OpenHighLowCloseSeries
    Inherits YSeries
    Implements ICloneable, IXmlSerializable
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).

Constructors

Name Description
OpenHighLowCloseSeries()

Creates a new series.

OpenHighLowCloseSeries(OpenHighLowCloseSeries)

Creates a new series that is a deep copy of the specified series.

Properties

Name Description
CloseValues

Gets the collection of close values for the series.

Count

Gets the number of points in the series.

DownLine

Gets or sets the down line for the series.

DownLines

Gets the collection of down lines for the series.

GapWidth

Gets or sets the amount of space between categories.

HighValues

Gets the collection of high values for the series.

LabelContainsCloseValue

Gets or sets whether the close value is displayed in the labels.

LabelContainsHighValue

Gets or sets whether the high value is displayed in the labels.

LabelContainsLowValue

Gets or sets whether the low value is displayed in the labels.

LabelContainsOpenValue

Gets or sets whether the open value is displayed in the labels.

LowValues

Gets the collection of low values for the series.

OpenValues

Gets the collection of open values for the series.

UpLine

Gets or sets the up line for the series.

UpLines

Gets the collection of up lines for the series.

Methods

Name Description
Clone()

Creates a deep copy of this series.

GetSchema()

This method is reserved and should not be used.

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Converts an object into its XML representation.