Skip to main content
All docs
V25.1
  • SidePointModel.LabelDisplayMode Property

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.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