Skip to main content

StackedBarTotalLabelModel.ResolveOverlappingMinIndent Property

Gets or sets the StackedBarTotalLabel.ResolveOverlappingMinIndent property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public int ResolveOverlappingMinIndent { get; set; }

Property Value

Type Description
Int32

The minimum indent between adjacent total labels when using the Resolve Overlapping algorithm, in pixels.

See Also