Skip to main content
A newer version of this page is available. .

StackedBarTotalLabel.ResolveOverlappingMinIndent Property

Gets or sets the minimum indent between adjacent total labels, when an overlap resolving algorithm relocates them.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int ResolveOverlappingMinIndent { get; set; }

Property Value

Type Description
Int32

The minimum indent, in pixels.

Remarks

Note that the ResolveOverlappingMinIndent property value is initialized at the chart diagram level, so it is not initialized until the first newly created Series item is added to the ChartControl.Series collection.

It also means that this property value is shared with the SeriesLabelBase.ResolveOverlappingMinIndent property.

See Also