API Reference
Class
ChartHistogramBinLayout
Defines one reusable histogram binning scheme so multiple series can share identical bounds.
Inheritance
- Object
- ChartHistogramBinLayout
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Chart.AddHistogram
Methods
FromCount(System.Double arg1, System.Double arg2, System.Int32 arg3) #Creates an equal-width layout with an exact bin count.
Parameters
- arg1 System.Double
- arg2 System.Double
- arg3 System.Int32
FromWidth(System.Double arg1, System.Double arg2, System.Double arg3) #Creates a layout that preserves the requested width and uses a shorter final bin for any remainder.
Parameters
- arg1 System.Double
- arg2 System.Double
- arg3 System.Double
GetCenter(System.Int32 arg1) #Gets the midpoint used for the bin's chart coordinate.
Parameters
- arg1 System.Int32
GetLowerBound(System.Int32 arg1) #Gets the inclusive lower bound for a bin.
Parameters
- arg1 System.Int32
GetUpperBound(System.Int32 arg1) #Gets the upper bound for a bin. The final bin includes this value.
Parameters
- arg1 System.Int32