XlsChartCategoryAxis
UnderflowBinValue Property
 | 
Get or Set the UnderFlow Bin value
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public double UnderflowBinValue { get; set; }
 
Public Property UnderflowBinValue As Double
	Get
	Set
 
public:
property double UnderflowBinValue {
	double get ();
	void set (double value);
}
 
member UnderflowBinValue : float with get, set
 
 
 
Property Value
Type:
Double
 
Remarks
 
Applies only to Histogram and Pareto charts.
See Also