corelibraries-devexpress-dot-xtracharts-159abb25.md
Defines label settings for a waterfall series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class WaterfallSeriesLabel :
SideBySideBarSeriesLabel
Public Class WaterfallSeriesLabel
Inherits SideBySideBarSeriesLabel
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.
This example shows how to create a chart with a data series of the waterfall view.
Object ChartElement SeriesLabelBase BarSeriesLabel SideBySideBarSeriesLabel WaterfallSeriesLabel
See Also