This document is archived and information here might be outdated.  Recommended version.


IHistogramSeriesProperties.BinCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHistogramSeriesProperties Interface > IHistogramSeriesProperties.BinCount Property
ArcGIS Developer Help

IHistogramSeriesProperties.BinCount Property

Amount of bins in classifying input values.

[Visual Basic .NET]
Public Property BinCount As Integer
[C#]
public int BinCount {get; set;}
[C++]
HRESULT get_BinCount(
  System.Int32* Count
);
[C++]
HRESULT put_BinCount(
  long Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long* Count [in]
Count is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IHistogramSeriesProperties Interface