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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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