Skip to main content
A newer version of this page is available. .

WaterfallSeries2D.SetLabelPosition(SeriesLabel, WaterfallLabelPosition) Method

Specifies the attached WaterfallSeries2D.LabelPosition property’s value for a specified SeriesLabel.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static void SetLabelPosition(
    SeriesLabel label,
    WaterfallLabelPosition value
)

Parameters

Name Type Description
label SeriesLabel

A series label whose LabelPosition property is to be set.

value WaterfallLabelPosition

A value that defines the label position.

See Also