Skip to main content

XlCondFmtRuleDataBar.MaxLength Property

Gets or sets the maximum length of the data bar.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int MaxLength { get; set; }

Property Value

Type Description
Int32

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

See Also