Skip to main content
All docs
V25.1
  • RangeAreaSeries2D.GetMarkerDisplayMode(SidePoint) Method

    Gets the value of the RangeAreaSeries2D.MarkerDisplayMode property that is attached to the SeriesPoint object passed as a parameter.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public static SidePointDisplayMode GetMarkerDisplayMode(
        SidePoint sidePoint
    )

    Parameters

    Name Type Description
    sidePoint SidePoint

    A SidePoint object. The GetMarkerDisplayMode method returns the SidePoint’s RangeAreaSeries2D.MarkerDisplayMode value.

    Returns

    Type Description
    SidePointDisplayMode

    The RangeAreaSeries2D.MarkerDisplayMode attached property’s value of SeriesPoint passed as a parameter.

    See Also