IChartAxis
NumberOfBins Property
|
Get or set the Number of Bins in the axis
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
int NumberOfBins { get; set; }
Property NumberOfBins As Integer
Get
Set
property int NumberOfBins {
int get ();
void set (int value);
}
abstract 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