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

    Gets the SegmentSeries2DBase.MarkerDisplayMode attached property’s value of SeriesPoint 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. Its SegmentSeries2DBase.MarkerDisplayMode value is returned.

    Returns

    Type Description
    SidePointDisplayMode

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

    See Also