[]
Represents a waterfall series in a Y plot area.
public class WaterfallSeries : YSeries, ICloneable, IXmlSerializable
Public Class WaterfallSeries
Inherits YSeries
Implements ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| WaterfallSeries() | Creates a new series. |
| WaterfallSeries(WaterfallSeries) | Creates a new series that is a deep copy of the specified series. |
| 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. |
| 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. |