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


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

    Property Value

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