Spread WPF 17
GrapeCity.Excel Namespace / ExcelDataBarRule Class / MinimumDataBarLength Property


In This Topic
    MinimumDataBarLength Property (ExcelDataBarRule)
    In This Topic
    The minimum length of the data bar, as a percentage of the cell width.
    Syntax
    'Declaration
     
    Public Property MinimumDataBarLength As Byte
    'Usage
     
    Dim instance As ExcelDataBarRule
    Dim value As Byte
     
    instance.MinimumDataBarLength = value
     
    value = instance.MinimumDataBarLength
    public byte MinimumDataBarLength {get; set;}

    Property Value

    The minimum length of the data bar, as a percentage of the cell width.
    See Also