corelibraries-devexpress-dot-xtracharts-dot-sidepointmarker.md
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
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public SidePointDisplayMode MarkerDisplayMode { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property MarkerDisplayMode As SidePointDisplayMode
| 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.
|
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