Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BinOption Class
Properties Methods Events


In This Topic
    BinOption Class Members
    In This Topic

    The following tables list the members exposed by BinOption.

    Protected Constructors
     NameDescription
    Protected ConstructorCreates a new BinOption from serialization.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether automatic overflow is used.  
    Public PropertyGets or sets whether automatic underflow is used.  
    Public PropertyGets or sets the number of bins in the histogram series.  
    Public PropertyGets or sets the size of the bin data for the histogram series.  
    Public PropertyGets the axis option for the histogram series.  
    Public PropertyGets or sets whether the bin is an overflow bin.  
    Public PropertyGets or sets whether the bin is an underflow bin.  
    Public PropertyGets or sets the overflow bin value.  
    Public PropertyGets or sets the underflow bin value.  
    Top
    Public Methods
     NameDescription
    Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the bin option is changed.  
    Top
    See Also