[]
Represents bin options for the histogram series.
[TypeConverter(typeof(GenericTypeConverter<BinOption>))]
public class BinOption : ISerializable
<TypeConverter(GetType(GenericTypeConverter(Of BinOption)))>
Public Class BinOption
Implements ISerializable
Name | Description |
---|---|
BinOption(SerializationInfo, StreamingContext) | Creates a new BinOption from serialization. |
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. |
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
OnChanged(EventArgs) | Raises the Changed event. |
Name | Description |
---|---|
Changed | Occurs when the bin option is changed. |