Back to Devexpress

SidePointMarker.MarkerDisplayMode Property

corelibraries-devexpress-dot-xtracharts-dot-sidepointmarker.md

latest2.3 KB
Original Source

SidePointMarker.MarkerDisplayMode Property

Specifies how the marker of a side series point should be displayed.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public SidePointDisplayMode MarkerDisplayMode { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property MarkerDisplayMode As SidePointDisplayMode

Property Value

TypeDescription
SidePointDisplayMode

A SidePointDisplayMode enumeration value.

|

Available values:

NameDescription
Default

The label/marker uses common settings.

| | SeriesPoint |

The control shows the label/marker next to the series point. If the label/marker should be outside a visual area when zooming or scrolling, the label/marker is displayed at the diagram’s edge.

| | DiagramEdge |

The control displays the label/marker at the diagram edge.

|

Remarks

The following modes are available:

|

Value

|

Description

| | --- | --- | |

Default

|

The marker uses common marker settings.

| |

DiagramEdge

|

The control displays the marker at the diagram edge.

| |

SeriesPoint

|

The control shows the marker on the series point. If the marker should be outside a visual area when zooming or scrolling, the marker is displayed at the diagram’s edge.

|

See Also

FirstPoint

LastPoint

SidePointMarker Class

SidePointMarker Members

DevExpress.XtraCharts Namespace