Skip to main content

AxisLabelResolveOverlappingOptions.AllowHide Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

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

#Property Value

Type Description
Boolean

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

#Remarks

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

#Implements

DevExpress.Charts.Native.IAxisLabelResolveOverlappingOptions.AllowHide
See Also