Skip to main content
All docs
V23.2

SidePointModel.LabelDisplayMode Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public SidePointDisplayMode LabelDisplayMode { get; set; }

Property Value

Type
SidePointDisplayMode

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.

See Also