AxisLabel.ResolveOverlappingMinIndent Property
OBSOLETE
This property is now obsolete. Use the ResolveOverlappingOptions property instead.
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.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the ResolveOverlappingOptions property instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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