Spread WPF 17
GrapeCity.Excel Namespace / IExcelDataBarRule Interface / MinimumDataBarLength Property


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

    Property Value

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