Skip to main content

XlCondFmtRuleDataBar.MinLength Property

Gets or sets the minimum length of the data bar.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public int MinLength { get; set; }

Property Value

Type Description
Int32

A Int32 object that is the length of the smallest data bar. This length is calculated as a fixed percentage of the column width, thus the value must be a whole number between 0 and 100. The default value is 10.

See Also