DataBar
PercentMax Property
|
Gets or sets a value that specifies the length of the longest 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 PercentMax { get; set; }
Public Property PercentMax As Integer
Get
Set
public:
property int PercentMax {
int get ();
void set (int value);
}
member PercentMax : int with get, set
Property Value
Type:
Int32
See Also