Diagram.AxisLabelsResolveOverlappingMinIndent Property
This property is hidden, and it is intended for serialization purposes only.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[XtraSerializableProperty]
public int AxisLabelsResolveOverlappingMinIndent { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the indent between adjacent axis labels, for which overlapping resolving is enabled, in pixels. |
Remarks
This property is intended for serialization purposes only, to synchronize the AxisLabelResolveOverlappingOptions.MinIndent property of all the chart’s axes. Normally, you don’t need to use this property.
See Also