Axis2D.ResolveOverlappingOptions Attached Property
In This Article
Specifies the settings that define how to resolve overlapping axis labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
See GetResolveOverlappingOptions(AxisLabel) and SetResolveOverlappingOptions(AxisLabel, AxisLabelResolveOverlappingOptions).
#Returns
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
For more information on the axis label resolve overlapping feature, see the corresponding section of the Axis Labels topic.
See Also