ChartAxis
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
public int NumberOfBins { get; set; }
Public Property NumberOfBins As Integer
Get
Set
public:
virtual property int NumberOfBins {
int get () sealed;
void set (int value) sealed;
}
abstract NumberOfBins : int with get, set
override NumberOfBins : int with get, set
Property Value
Type:
Int32
Implements
IChartAxis
NumberOfBins
Remarks
Applies only to Histogram and Pareto charts.Can be a value from 1 through 31999.
See Also