XlsChartCategoryAxis
OverflowBinValue Property
|
Get or Set the OverFlow 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 OverflowBinValue { get; set; }
Public Property OverflowBinValue As Double
Get
Set
public:
property double OverflowBinValue {
double get ();
void set (double value);
}
member OverflowBinValue : float with get, set
Property Value
Type:
Double
Remarks
Applies only to Histogram and Pareto charts.
See Also