AxisLabelResolveOverlappingOptions.AllowStagger Property
In This Article
Gets or sets a value indicating whether or not to stagger axis labels when resolving overlapping labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if staggering axis labels is allowed; otherwise, false. |
#Remarks
Use the AllowStagger, AxisLabelResolveOverlappingOptions.AllowRotate and AxisLabelResolveOverlappingOptions.AllowHide properties to define which algorithms can be used when resolving the overlap of axis labels.
#Implements
DevExpress.Charts.Native.IAxisLabelResolveOverlappingOptions.AllowStagger
See Also