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
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