Skip to main content
A newer version of this page is available. .

AxisLabelResolveOverlappingOptions.AllowHide Property

Gets or sets a value indicating whether or not to hide axis labels when resolving any overlap.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public bool AllowHide { get; set; }

Property Value

Type Description
Boolean

true, if hiding axis labels is allowed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowHide
AxisLabel
AxisLabel2D
AxisLabel3D
RadarAxisXLabel
RadarAxisYLabel

Remarks

The following table demonstrates this property in action.

AllowHide = false AllowHide = true
AxisLabelResolveOverlappingOptions-Default AxisLabelResolveOverlappingOptions-AllowHide_true

Use the AxisLabelResolveOverlappingOptions.AllowStagger, AxisLabelResolveOverlappingOptions.AllowRotate and AllowHide properties to define which algorithms can be used when resolving overlapping axis labels.

Note

when this property is set to true, labels are hidden evenly. You cannot prevent hiding specific (e.g., the first or last) labels.

For more information about overlapping axis label resolution, refer to the Axis Labels document.

See Also