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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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