Spread Windows Forms 12.0 Product Documentation
PercentMax Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IDatabar Interface : PercentMax Property
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

Reference

IDatabar Interface
IDatabar Members