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