Click or drag to resize

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; }

Property Value

Type: Int32
Remarks
Applies only to Histogram and Pareto charts.Can be a value from 1 through 31999.
See Also