In This Topic
The following tables list the members exposed by BinOption.
Public Constructors
Public Fields
| Name | Description |
 | IsCustomBinType | Indicate the bin option has custom bin type. |
Top
Public Properties
| Name | Description |
 | AutoOverFlow | Gets or sets whether automatic overflow is used. |
 | AutoUnderFlow | Gets or sets whether automatic underflow is used. |
 | BinCount | Gets or sets the number of bins in the histogram series. |
 | BinSize | Gets or sets the size of the bin data for the histogram series. |
 | BinType | Gets the axis option for the histogram series. |
 | IsOverflowBin | Gets or sets whether the bin is an overflow bin. |
 | IsUnderflowBin | Gets or sets whether the bin is an underflow bin. |
 | OverFlowValue | Gets or sets the overflow bin value. |
 | UnderFlowValue | Gets or sets the underflow bin value. |
Top
Public Methods
Protected Methods
| Name | Description |
 | OnChanged | Raises the Changed event. |
Top
Public Events
| Name | Description |
 | Changed | Occurs when the bin option is changed. |
Top
See Also