[]
        
(Showing Draft Content)

FarPoint.Web.Chart.WaterfallSeries

WaterfallSeries Class

Represents a waterfall series in a Y plot area.

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

Constructors

Name Description
WaterfallSeries()

Creates a new series.

WaterfallSeries(WaterfallSeries)

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

Properties

Name Description
Border

Gets or sets the bar border for the series.

Borders

Gets the collection of bar borders for the series.

Count

Gets the number of points in the series.

Fill

Gets or sets the bar fill for the series.

Fills

Gets or sets the collection of bar fills for the series.

GapWidth

Gets or sets the amount of space between categories.

LabelContainsValue

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

LabelVisible

Gets or sets whether the data labels are visible.

ShowConnectorLine

Gets or sets whether there is a visible connector line between the series points.

Values

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

IsTotal(int)

Gets whether the index point is a total.

ReadXml(XmlReader)

Generates an object from its XML representation.

SetTotal(int, bool)

Sets whether a point is total.

SetTotals(string)

Sets the list of total points.

WriteXml(XmlWriter)

Converts an object into its XML representation.