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
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ShowDataLabelsOverMax |
|---|---|
| Chart |
|
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 |
|---|---|
![]() |
![]() |
See Also

