Spread Windows Forms 12.0 Product Documentation
PercentMin Property


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

Reference

IDatabar Interface
IDatabar Members