DataBar
PercentMin Property
 | 
Gets or sets a value that specifies the length of the shortest data bar as a percentage of cell width.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public int PercentMin { get; set; }
 
Public Property PercentMin As Integer
	Get
	Set
 
public:
property int PercentMin {
	int get ();
	void set (int value);
}
 
member PercentMin : int with get, set
 
 
 
Property Value
Type:
Int32
 
See Also