XlsChartCategoryAxis
NumberOfBins Property
|
Get or set the Number of Bins in the axis
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int NumberOfBins { get; set; }
Public Property NumberOfBins As Integer
Get
Set
public:
property int NumberOfBins {
int get ();
void set (int value);
}
member NumberOfBins : int with get, set
Property Value
Type:
Int32
Remarks
Applies only to Histogram and Pareto charts.Can be a value from 1 through 31999.
See Also