DataBar
BarFillType Property
|
Gets or sets the type of fill for the data bar.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DataBarFillType BarFillType { get; set; }
Public Property BarFillType As DataBarFillType
Get
Set
public:
property DataBarFillType BarFillType {
DataBarFillType get ();
void set (DataBarFillType value);
}
member BarFillType : DataBarFillType with get, set
Property Value
Type:
DataBarFillType
See Also