[]
        
(Showing Draft Content)

FarPoint.Web.Chart.HighLowCloseSeries

HighLowCloseSeries Class

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

Inheritance
HighLowCloseSeries
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class HighLowCloseSeries : YSeries, ICloneable, IXmlSerializable
Public Class HighLowCloseSeries
    Inherits YSeries
    Implements ICloneable, IXmlSerializable

Constructors

Name Description
HighLowCloseSeries()

Creates a new series.

HighLowCloseSeries(HighLowCloseSeries)

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.

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.

Line

Gets or sets the line for the series.

Lines

Gets the collection of lines for the series.

LowValues

Gets the collection of low values 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.