Back to Devexpress

WaterfallSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-159abb25.md

latest3.2 KB
Original Source

WaterfallSeriesLabel Class

Defines label settings for a waterfall series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class WaterfallSeriesLabel :
    SideBySideBarSeriesLabel
vb
Public Class WaterfallSeriesLabel
    Inherits SideBySideBarSeriesLabel

Remarks

The WaterfallSeriesLabel class provides label functionality for series of the Waterfall view type.

Use the SeriesBase.Label property to obtain a WaterfallSeriesLabel class instance for a series whose view type is WaterfallSeriesView.

To enable series labels, set the SeriesBase.LabelsVisibility property to DefaultBoolean.True

The WaterfallSeriesLabel class’s Position property allows you to change the position of waterfall series labels.

Example

This example shows how to create a chart with a data series of the waterfall view.

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase BarSeriesLabel SideBySideBarSeriesLabel WaterfallSeriesLabel

See Also

WaterfallSeriesLabel Members

DevExpress.XtraCharts Namespace