WaterfallDataLabels Class
Label settings for points in a waterfall series.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Related API Members
The following members return WaterfallDataLabels objects:
Remarks
The following code snippet displays labels outside the waterfall data points:
using DevExpress.Docs.Office;
// Show the value and place the label outside the data point.
waterfallSeries.DataLabels.ShowValue = true;
waterfallSeries.DataLabels.LabelPosition = WaterfallDataLabelPosition.OutsideEnd;
Implements
Inheritance
Object
OfficeObject
DataLabelExBase
DataLabelsEx
WaterfallDataLabels
See Also