Skip to main content
All docs
V26.1
  • ChartOptions.ShowDataLabelsOverMax Property

    Gets or sets whether data labels display over the maximum data point.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool ShowDataLabelsOverMax { get; set; }

    Property Value

    Type Description
    Boolean

    true to show data labels over the maximum value; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ShowDataLabelsOverMax
    Chart
    .Options .ShowDataLabelsOverMax

    Remarks

    Set ShowDataLabelsOverMax to true to display labels for data points that exceed the AxisScaling.Max value. This property applies only to two-dimensional charts that display all data labels.

    ShowDataLabelsOverMax = false ShowDataLabelsOverMax = true
    ShowLabelsOverMaxFalse ShowLabelsOverMaxTrue
    See Also