XlCondFmtRuleDataBar.MinLength Property
Gets or sets the minimum length of the data bar.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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