Skip to main content
All docs
V25.1
  • WaterfallSeries2D.GetLabelPosition(SeriesLabel) Method

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

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public static WaterfallLabelPosition GetLabelPosition(
        SeriesLabel label
    )

    Parameters

    Name Type Description
    label SeriesLabel

    A series label whose LabelPosition property is to be returned.

    Returns

    Type Description
    WaterfallLabelPosition

    A value that defines the label position.

    See Also