Diagram.LabelsResolveOverlappingMinIndent 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 LabelsResolveOverlappingMinIndent { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the indent between adjacent labels of a chart’s series, for which an overlapping resolving is enabled, in pixels. |
Remarks
This property is intended for serialization purposes only, to synchronize the SeriesLabelBase.ResolveOverlappingMinIndent property of all the chart’s series. Normally, you don’t need to use this property.
See Also