WaterfallDataLabel Class
Label settings for an individual point 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 WaterfallDataLabel objects:
Remarks
using DevExpress.Docs.Office;
// Show the value and place the label outside the point.
waterfallSeries.DataLabels[0] = new WaterfallDataLabel { ShowValue = true, LabelPosition = WaterfallDataLabelPosition.OutsideEnd };
Implements
Inheritance
Object
OfficeObject
DataLabelExBase
DataLabelEx
WaterfallDataLabel
See Also