Skip to main content

SidePointMarker.MarkerDisplayMode Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public SidePointDisplayMode MarkerDisplayMode { get; set; }

Property Value

Type Description
SidePointDisplayMode

A SidePointDisplayMode enumeration value.

Available values:

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