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