Back to Devexpress

AxisLabelResolveOverlappingOptions.AllowHide Property

wpf-devexpress-dot-xpf-dot-charts-dot-axislabelresolveoverlappingoptions.md

latest2.2 KB
Original Source

AxisLabelResolveOverlappingOptions.AllowHide Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool AllowHide { get; set; }
vb
Public Property AllowHide As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The following table demonstrates this property in action.

AllowHide = falseAllowHide = 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 can not 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

AxisLabelResolveOverlappingOptions Class

AxisLabelResolveOverlappingOptions Members

DevExpress.Xpf.Charts Namespace