Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / PercentMin Property


In This Topic
    PercentMin Property
    In This Topic
    Gets or sets an integer value that specifies the length of the shortest data bar as a percentage of cell width.
    Syntax
    'Declaration
     
    
    Property PercentMin As Integer
    'Usage
     
    
    Dim instance As IDatabar
    Dim value As Integer
     
    instance.PercentMin = value
     
    value = instance.PercentMin
    int PercentMin {get; set;}

    Property Value

    The value must be a whole number between 0 and 100.
    See Also