AxisLabel.ResolveOverlappingMode Property
In This Article
OBSOLETE
This property is now obsolete. Use the Resolve
Gets or sets a value specifying the mode to resolve overlapping of axis labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the ResolveOverlappingOptions property instead.")]
public AxisLabelResolveOverlappingMode ResolveOverlappingMode { get; set; }
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
Available values:
Name | Description |
---|---|
None | The axis lavel overlapping resolving algorithm is disabled. |
Hide |
If two or more axis labels overlap, some of them are automatically hidden to avoid overlapping. |
See Also