AxisLabel.ResolveOverlappingMinIndent Property
In This Article
OBSOLETE
This property is now obsolete. Use the Resolve
Gets or sets the minimum indent between adjacent axis labels, when an overlap resolution algorithm is applied to them.
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 int ResolveOverlappingMinIndent { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | An integer value, which specifies the minimum indent, in pixels. |
#Remarks
This API is now obsolete. Use the AxisLabelResolveOverlappingOptions.MinIndent property instead.
See Also