Back to Devexpress

StackedBarTotalLabel.ResolveOverlappingMinIndent Property

corelibraries-devexpress-dot-xtracharts-dot-stackedbartotallabel.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int ResolveOverlappingMinIndent { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ResolveOverlappingMinIndent As Integer

Property Value

TypeDescription
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

StackedBarTotalLabel Class

StackedBarTotalLabel Members

DevExpress.XtraCharts Namespace