Version

CategoryAxisBinning Class Members

The following tables list the members exposed by CategoryAxisBinning.

Public Constructors
 NameDescription
Public ConstructorCategoryAxisBinning ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyBinWidthReturns the number of data points in each range, i.e., how many data points exist in each bin.  
Public PropertyNumberOfBinsReturns the total number of bins.  
Public PropertyOverflowSpecifies whether a bin is created for all values above a given threshold.  
Public PropertyOverflowThresholdDetermines the threshold for the Overflow bin.  
Public PropertyUnderflowSpecifies whether a bin is created for all values below a given threshold.  
Public PropertyUnderflowThresholdDetermines the threshold for the Underflow bin.  
See Also