AxisLabelResolveOverlappingOptions.AllowHide Property
In This Article
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
#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