Skip to main content

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.v23.2.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